diff options
Diffstat (limited to 'kbdnotify/ignore.c')
-rw-r--r-- | kbdnotify/ignore.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/kbdnotify/ignore.c b/kbdnotify/ignore.c index fed80cc..b9d897b 100644 --- a/kbdnotify/ignore.c +++ b/kbdnotify/ignore.c @@ -26,15 +26,15 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "ignore.h"
#include "resource.h"
#include "constants.h"
-#include "../headers_c/newpluginapi.h"
-#include "../headers_c/m_clc.h"
-#include "../headers_c/m_clist.h"
-#include "../headers_c/m_database.h"
-#include "../headers_c/m_langpack.h"
-#include "../headers_c/m_options.h"
-#include "../headers_c/m_protosvc.h"
-#include "../headers_c/m_protocols.h"
-#include "../headers_c/m_skin.h"
+#include <newpluginapi.h>
+#include <m_clc.h>
+#include <m_clist.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include <m_options.h>
+#include <m_protosvc.h>
+#include <m_protocols.h>
+#include <m_skin.h>
#define IGNOREEVENT_MAX 4
|