src/irc_queue.h
branchnew-lib-errors
changeset 219 cefec18b8268
parent 217 7728d6ec3abf
--- a/src/irc_queue.h	Thu May 28 00:35:02 2009 +0300
+++ b/src/irc_queue.h	Thu May 28 01:17:36 2009 +0300
@@ -9,8 +9,8 @@
  * This implements the basic flood control algorithm as described in RFC1459 section 8.10.
  */
 #include "irc_line.h"
-#include "line_proto.h"
-#include "error.h"
+#include <lib/line_proto.h>
+#include <lib/error.h>
 
 #include <sys/queue.h>
 #include <event2/event.h>