chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / project.h
index ed331238bb2b7af1ef3919ea7afbf36d1ba3fe8c..8d5def20927a358a4b81e680c327ffb5023d5831 100644 (file)
 
 /*
  * $Log$
+ * 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 ***
  *
@@ -80,6 +89,7 @@
 
 #include <termio.h>
 #include <termios.h>
+
 #include <signal.h>
 #include <fcntl.h>
 #include <errno.h>
 #include <utmp.h>
 #include <pty.h>
 
-#include "crt.h"
-#include "tty.h"
-#include "ansi.h"
-#include "vt102.h"
-#include "keys.h"
-#include "history.h"
-#include "ring.h"
-#include "log.h"
-
-#include "context.h"
+#include <stdarg.h>
 
-#include "prototypes.h"
+#include "sympathy.h"
 
 #endif /* __PROJECT_H__ */