[vlmc-devel] Main: rework includes path
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 1 16:59:56 CET 2014
vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 1 16:56:58 2014 +0100| [86beadc1e397dd8af3050f6790eba94dc2a0bbef] | committer: Jean-Baptiste Kempf
Main: rework includes path
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=86beadc1e397dd8af3050f6790eba94dc2a0bbef
---
src/Main/guimain.cpp | 2 +-
src/Main/vlmc.cpp | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/Main/guimain.cpp b/src/Main/guimain.cpp
index fef2328..b5c3098 100644
--- a/src/Main/guimain.cpp
+++ b/src/Main/guimain.cpp
@@ -31,7 +31,7 @@
#include "project/GuiProjectManager.h"
#include "IntroDialog.h"
#include "LanguageHelper.h"
-#include "Types.h"
+#include "Workflow/Types.h"
#include <QApplication>
#include <QColor>
diff --git a/src/Main/vlmc.cpp b/src/Main/vlmc.cpp
index 4c14422..f4dd283 100644
--- a/src/Main/vlmc.cpp
+++ b/src/Main/vlmc.cpp
@@ -22,8 +22,8 @@
#include "config.h"
-#include "Types.h"
-#include "VlmcDebug.h"
+#include "Workflow/Types.h"
+#include "Tools/VlmcDebug.h"
#include <QMetaType>
#include <QTextStream>
More information about the Vlmc-devel
mailing list