chiark / gitweb /
Remove build products
[sympathy.git] / src / project.h
index 9de6b17cfb6ff8fd440732cb69e3a76bf91a41cb..af3af75fde8d0fe73d6102a6457642afe542084a 100644 (file)
@@ -1,4 +1,4 @@
-/*
+/* 
  * project.h:
  *
  * Copyright (c) 2008 James McKenzie <james@fishsoup.dhs.org>,
@@ -6,12 +6,27 @@
  *
  */
 
-/*
- * $Id$
+/* 
+ * $Id: project.h,v 1.11 2008/03/07 12:37:04 james Exp $
  */
 
-/*
- * $Log$
+/* 
+ * $Log: project.h,v $
+ * Revision 1.11  2008/03/07 12:37:04  james
+ * *** empty log message ***
+ *
+ * Revision 1.10  2008/02/22 14:51:54  james
+ * *** empty log message ***
+ *
+ * Revision 1.9  2008/02/13 18:05:06  james
+ * *** empty log message ***
+ *
+ * Revision 1.8  2008/02/13 16:57:29  james
+ * *** empty log message ***
+ *
+ * Revision 1.7  2008/02/13 09:12:21  james
+ * *** empty log message ***
+ *
  * Revision 1.6  2008/02/09 15:47:28  james
  * *** empty log message ***
  *
@@ -77,6 +92,7 @@
 
 #include <termio.h>
 #include <termios.h>
+
 #include <signal.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <utmp.h>
 #include <pty.h>
 
-#include "tty.h"
-#include "crt.h"
-#include "ansi.h"
-#include "vt102.h"
-#include "keys.h"
-#include "history.h"
-#include "ring.h"
-
-#include "context.h"
+#include <stdarg.h>
 
-#include "prototypes.h"
+#include "sympathy.h"
 
 #endif /* __PROJECT_H__ */