summaryrefslogtreecommitdiff
path: root/obt/instance.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-23 17:52:29 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:54 -0500
commitfe57b2f2f03ef3c608be7082e3a72630eaf77974 (patch)
tree270eee2a0d3c12444a75cacb3dfd7771c9777b3a /obt/instance.c
parentb3f0cbf76630e878c8e7cabddfcd45cf557849fe (diff)
more precise includes
Diffstat (limited to 'obt/instance.c')
-rw-r--r--obt/instance.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/obt/instance.c b/obt/instance.c
index 27bfc033..850fa1c5 100644
--- a/obt/instance.c
+++ b/obt/instance.c
@@ -16,7 +16,8 @@
See the COPYING file for a copy of the GNU General Public License.
*/
-#include "obt/obt.h"
+#include "obt/instance.h"
+#include "obt/util.h"
#ifdef HAVE_STRING_H
# include <string.h>