From: Dana Jansens Date: Mon, 23 Jul 2007 21:52:29 +0000 (-0400) Subject: more precise includes X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fopenbox;a=commitdiff_plain;h=fe57b2f2f03ef3c608be7082e3a72630eaf77974 more precise includes --- 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