diff options
Diffstat (limited to 'kbdnotify/trigger.c')
-rw-r--r-- | kbdnotify/trigger.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kbdnotify/trigger.c b/kbdnotify/trigger.c index a05671a..e8b155e 100644 --- a/kbdnotify/trigger.c +++ b/kbdnotify/trigger.c @@ -26,10 +26,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "constants.h"
#include "utils.h"
#include "resource.h"
-#include "../headers_c/newpluginapi.h"
-#include "../headers_c/m_database.h"
-#include "../headers_c/m_langpack.h"
-#include "../headers_c/m_trigger.h"
+#include <newpluginapi.h>
+#include <m_database.h>
+#include <m_langpack.h>
+#include "m_trigger.h"
extern HINSTANCE hInst;
|