summaryrefslogtreecommitdiff
path: root/gphoto2
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2007-05-26 08:50:52 +0000
committerMarcus Meissner <marcus@jet.franken.de>2007-05-26 08:50:52 +0000
commit763824c13a9fcddab20008b5e5a4cd2a83346065 (patch)
tree37406abce2b9ce3f30ecabce318251aa524417e4 /gphoto2
parent1e6ebc13c812c838d346fb524bdbac29b14b5368 (diff)
downloadlibgphoto2-763824c13a9fcddab20008b5e5a4cd2a83346065.tar.gz
optimized away some includes
git-svn-id: https://svn.code.sf.net/p/gphoto/code/trunk/libgphoto2@10320 67ed7778-7388-44ab-90cf-0a291f65f57c
Diffstat (limited to 'gphoto2')
-rw-r--r--gphoto2/gphoto2-camera.h9
-rw-r--r--gphoto2/gphoto2-library.h1
2 files changed, 1 insertions, 9 deletions
diff --git a/gphoto2/gphoto2-camera.h b/gphoto2/gphoto2-camera.h
index e0d250f7d..2a188e2f4 100644
--- a/gphoto2/gphoto2-camera.h
+++ b/gphoto2/gphoto2-camera.h
@@ -26,9 +26,6 @@
#ifndef __GPHOTO2_CAMERA_H__
#define __GPHOTO2_CAMERA_H__
-#include <gphoto2/gphoto2-context.h>
-
-
/**
* \brief Object representing a camera attached to the system.
*
@@ -43,16 +40,12 @@
typedef struct _Camera Camera;
+#include <gphoto2/gphoto2-abilities-list.h>
#include <gphoto2/gphoto2-port.h>
-#include <gphoto2/gphoto2-port-info-list.h>
#include <gphoto2/gphoto2-widget.h>
-#include <gphoto2/gphoto2-list.h>
-#include <gphoto2/gphoto2-file.h>
#include <gphoto2/gphoto2-filesys.h>
-#include <gphoto2/gphoto2-abilities-list.h>
#include <gphoto2/gphoto2-result.h>
-#include <gphoto2/gphoto2-context.h>
/**
* \brief CameraText structure used in various functions.
diff --git a/gphoto2/gphoto2-library.h b/gphoto2/gphoto2-library.h
index fcd390467..70ce7f1fb 100644
--- a/gphoto2/gphoto2-library.h
+++ b/gphoto2/gphoto2-library.h
@@ -27,7 +27,6 @@
#include <gphoto2/gphoto2-abilities-list.h>
#include <gphoto2/gphoto2-camera.h>
-#include <gphoto2/gphoto2-context.h>
#ifdef __cplusplus
extern "C" {