summaryrefslogtreecommitdiff
path: root/camlibs/barbie
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <gp@n-dimensional.de>2006-09-28 03:04:21 +0000
committerHans Ulrich Niedermann <gp@n-dimensional.de>2006-09-28 03:04:21 +0000
commitc96bda51dd1b005649e0dfb9e9a70fce34d78486 (patch)
tree8458af3bf052e29bd07ac5102ff99ae25f90579e /camlibs/barbie
parent24f5c463e9f29cf69fbc4e51ef4e3e043da4801c (diff)
downloadlibgphoto2-c96bda51dd1b005649e0dfb9e9a70fce34d78486.tar.gz
Consistently use #include <gphoto2/gphoto2-foo.h> everywhere.
This moves the header files to a new subdirectory gphoto2 in both libgphoto2 and libphoto2_port/libgphoto2. All references are adapted appropriately. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@9221 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'camlibs/barbie')
-rw-r--r--camlibs/barbie/barbie.c2
-rw-r--r--camlibs/barbie/library.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/camlibs/barbie/barbie.c b/camlibs/barbie/barbie.c
index e4a37f287..16130f84a 100644
--- a/camlibs/barbie/barbie.c
+++ b/camlibs/barbie/barbie.c
@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <gphoto2.h>
+#include <gphoto2/gphoto2.h>
#ifdef ENABLE_NLS
# include <libintl.h>
diff --git a/camlibs/barbie/library.c b/camlibs/barbie/library.c
index 8b4a4da7a..d3d13b0ed 100644
--- a/camlibs/barbie/library.c
+++ b/camlibs/barbie/library.c
@@ -4,7 +4,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <gphoto2.h>
+#include <gphoto2/gphoto2.h>
#include "barbie.h"
#define GP_MODULE "barbie"