From: Dana Jansens Date: Tue, 4 Feb 2003 14:05:48 +0000 (+0000) Subject: dont include config.h from .. X-Git-Tag: openbox-3_0-rc1-RELEASE~2256 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0bc098ca56eb5109764b60ae8ed65ee2a22cf89f;p=dana%2Fopenbox.git dont include config.h from .. --- diff --git a/otk/otk.hh b/otk/otk.hh index 7c41caf4..9be1ec36 100644 --- a/otk/otk.hh +++ b/otk/otk.hh @@ -2,7 +2,7 @@ #ifndef __otk_hh #define __otk_hh -#include "../config.h" +#include "config.h" #include "eventdispatcher.hh" #include "eventhandler.hh"