diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-23 17:52:29 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:54 -0500 |
| commit | fe57b2f2f03ef3c608be7082e3a72630eaf77974 (patch) | |
| tree | 270eee2a0d3c12444a75cacb3dfd7771c9777b3a /obt | |
| parent | b3f0cbf76630e878c8e7cabddfcd45cf557849fe (diff) | |
more precise includes
Diffstat (limited to 'obt')
| -rw-r--r-- | obt/instance.c | 3 |
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> |
