X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fproject.h;h=6d1abb4ad38fa469b1aeedd7c8b421db73b61adb;hb=42ce069915679a56208da34d46af2000c85ba64b;hp=ed331238bb2b7af1ef3919ea7afbf36d1ba3fe8c;hpb=940f48e7089157e6ffae29936226ade7b1176b02;p=sympathy.git diff --git a/src/project.h b/src/project.h index ed33123..6d1abb4 100644 --- a/src/project.h +++ b/src/project.h @@ -1,17 +1,29 @@ -/* +/* * project.h: * - * Copyright (c) 2008 James McKenzie , + * Copyright (c) 2008 James McKenzie , * All rights reserved. * */ -/* - * $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 *** * @@ -80,6 +92,7 @@ #include #include + #include #include #include @@ -87,17 +100,8 @@ #include #include -#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 -#include "prototypes.h" +#include "sympathy.h" #endif /* __PROJECT_H__ */