[vlmc-devel] Services: explicitely include Services/*
Jean-Baptiste Kempf
git at videolan.org
Sat Mar 1 17:09:57 CET 2014
vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar 1 17:09:26 2014 +0100| [e19db77d11ef106bba81368f7b40cac6b34151d6] | committer: Jean-Baptiste Kempf
Services: explicitely include Services/*
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=e19db77d11ef106bba81368f7b40cac6b34151d6
---
src/CMakeLists.txt | 2 --
src/Gui/export/ShareOnInternet.cpp | 4 ++--
src/Services/YouTube/YouTubeCommon.h | 2 +-
src/Services/YouTube/YouTubeUploader.cpp | 2 +-
4 files changed, 4 insertions(+), 6 deletions(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index c7f0329..494efc4 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -96,8 +96,6 @@ INCLUDE_DIRECTORIES(
Gui/timeline
Gui/widgets
Gui/wizard
- Services
- Services/YouTube
)
CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/cmake/config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
diff --git a/src/Gui/export/ShareOnInternet.cpp b/src/Gui/export/ShareOnInternet.cpp
index 6a123b1..b9b4c63 100644
--- a/src/Gui/export/ShareOnInternet.cpp
+++ b/src/Gui/export/ShareOnInternet.cpp
@@ -20,11 +20,11 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#include "AbstractSharingService.h"
#include "Settings/SettingsManager.h"
#include "ShareOnInternet.h"
#include "Tools/VlmcDebug.h"
-#include "YouTube/YouTubeService.h"
+#include "Services/AbstractSharingService.h"
+#include "Services/YouTube/YouTubeService.h"
#include <QDesktopServices>
#include <QClipboard>
diff --git a/src/Services/YouTube/YouTubeCommon.h b/src/Services/YouTube/YouTubeCommon.h
index 5af30c6..f3b4d8e 100644
--- a/src/Services/YouTube/YouTubeCommon.h
+++ b/src/Services/YouTube/YouTubeCommon.h
@@ -23,7 +23,7 @@
#ifndef YOUTUBECOMMON_H
#define YOUTUBECOMMON_H
-#include "AbstractSharingService.h"
+#include "Services/AbstractSharingService.h"
#include <QString>
namespace YouTube
diff --git a/src/Services/YouTube/YouTubeUploader.cpp b/src/Services/YouTube/YouTubeUploader.cpp
index 8536756..5850225 100644
--- a/src/Services/YouTube/YouTubeUploader.cpp
+++ b/src/Services/YouTube/YouTubeUploader.cpp
@@ -20,7 +20,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
*****************************************************************************/
-#include "UploaderIODevice.h"
+#include "Services/UploaderIODevice.h"
#include "Tools/VlmcDebug.h"
#include "YouTubeService.h"
#include "YouTubeUploader.h"
More information about the Vlmc-devel
mailing list