[vlmc-devel] Services: rework includes folders

Jean-Baptiste Kempf git at videolan.org
Sat Mar 1 16:59:55 CET 2014


vlmc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Mar  1 16:52:48 2014 +0100| [5b979fcf862eb2248714ccc6b51d4a6083cebf26] | committer: Jean-Baptiste Kempf

Services: rework includes folders

> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=5b979fcf862eb2248714ccc6b51d4a6083cebf26
---

 src/Services/YouTube/YouTubeAuthenticator.cpp |    2 +-
 src/Services/YouTube/YouTubeService.cpp       |    2 +-
 src/Services/YouTube/YouTubeUploader.cpp      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/Services/YouTube/YouTubeAuthenticator.cpp b/src/Services/YouTube/YouTubeAuthenticator.cpp
index b29d437..f6b41d6 100644
--- a/src/Services/YouTube/YouTubeAuthenticator.cpp
+++ b/src/Services/YouTube/YouTubeAuthenticator.cpp
@@ -20,7 +20,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include "VlmcDebug.h"
+#include "Tools/VlmcDebug.h"
 #include "YouTubeAuthenticator.h"
 #include "YouTubeService.h"
 
diff --git a/src/Services/YouTube/YouTubeService.cpp b/src/Services/YouTube/YouTubeService.cpp
index 069f157..7e247a3 100644
--- a/src/Services/YouTube/YouTubeService.cpp
+++ b/src/Services/YouTube/YouTubeService.cpp
@@ -22,7 +22,7 @@
 
 #include "YouTubeService.h"
 
-#include "VlmcDebug.h"
+#include "Tools/VlmcDebug.h"
 #include "YouTubeAuthenticator.h"
 #include "YouTubeUploader.h"
 
diff --git a/src/Services/YouTube/YouTubeUploader.cpp b/src/Services/YouTube/YouTubeUploader.cpp
index ee3f359..8536756 100644
--- a/src/Services/YouTube/YouTubeUploader.cpp
+++ b/src/Services/YouTube/YouTubeUploader.cpp
@@ -21,7 +21,7 @@
  *****************************************************************************/
 
 #include "UploaderIODevice.h"
-#include "VlmcDebug.h"
+#include "Tools/VlmcDebug.h"
 #include "YouTubeService.h"
 #include "YouTubeUploader.h"
 #include "YouTubeFeedParser.h"



More information about the Vlmc-devel mailing list