summaryrefslogtreecommitdiff
path: root/libgphoto2_port/usb
diff options
context:
space:
mode:
authorLutz Mueller <lutz@users.sourceforge.net>2001-10-26 20:11:19 +0000
committerLutz Mueller <lutz@users.sourceforge.net>2001-10-26 20:11:19 +0000
commit04a61a10f4eaeff602755b612cbb59837a05ae5b (patch)
tree620562f90d87b0bbf753e7d8f541499c21efc169 /libgphoto2_port/usb
parent4b7616b5908ef7e5efa589d209c1a99797c90d1c (diff)
downloadlibgphoto2-04a61a10f4eaeff602755b612cbb59837a05ae5b.tar.gz
2001-10-26 Lutz M�ller <urc8@rz.uni-karlsruhe.de>
* include: Move everything from here to ... * libgphoto2_port: ... here. git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@2770 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'libgphoto2_port/usb')
-rw-r--r--libgphoto2_port/usb/libusb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgphoto2_port/usb/libusb.c b/libgphoto2_port/usb/libusb.c
index 7aadeb0de..442500269 100644
--- a/libgphoto2_port/usb/libusb.c
+++ b/libgphoto2_port/usb/libusb.c
@@ -20,7 +20,7 @@
* Boston, MA 02111-1307, USA.
*/
#include <config.h>
-#include "gphoto2-port-usb.h"
+#include <gphoto2-port-library.h>
#include <stdlib.h>
#include <unistd.h>
@@ -37,7 +37,6 @@
#include <gphoto2-port.h>
#include <gphoto2-port-result.h>
#include <gphoto2-port-log.h>
-#include <gphoto2-port-library.h>
#ifdef ENABLE_NLS
# include <libintl.h>