Commit 08af53b8 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix inclusion pathes

parent edf7b000
......@@ -31,7 +31,7 @@
#include "components/playlist/selector.hpp"
#include "playlist_model.hpp"
#include "qt4.hpp"
#include "../../dialogs_provider.hpp"
#include "dialogs_provider.hpp"
#include "playlist.hpp"
#include "util/customwidgets.hpp"
......
......@@ -22,7 +22,7 @@
*****************************************************************************/
#include "extensions.hpp"
#include "../extensions_manager.hpp" // for isUnloading()
#include "extensions_manager.hpp" // for isUnloading()
#include <vlc_dialog.h>
......
......@@ -25,7 +25,7 @@
#define QVLC_PLAYLIST_DIALOG_H_ 1
#include "util/qvlcframe.hpp"
#include "../components/playlist/playlist.hpp"
#include "components/playlist/playlist.hpp"
#include "util/singleton.hpp"
#include <QModelIndex>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment