diff input/lirc.c @ 16860:a68ede010f66

Unify include paths, -I.. is in CFLAGS.
author diego
date Tue, 25 Oct 2005 21:23:45 +0000
parents 8549fc0fb5b1
children 133f4d2f84c5
line wrap: on
line diff
--- a/input/lirc.c	Tue Oct 25 20:01:09 2005 +0000
+++ b/input/lirc.c	Tue Oct 25 21:23:45 2005 +0000
@@ -1,5 +1,5 @@
 
-#include "../config.h"
+#include "config.h"
 
 #ifdef HAVE_LIRC
 
@@ -12,8 +12,8 @@
 #include <sys/time.h>
 #include <stdlib.h>
 
-#include "../mp_msg.h"
-#include "../help_mp.h"
+#include "mp_msg.h"
+#include "help_mp.h"
 #include "input.h"
 
 static struct lirc_config *lirc_config;