comparison finch/gntconn.c @ 17639:392889212240

#include "connection.h" instead of "connection.c". I don't care if this compiles, it's clearly more correct.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 15 Jun 2007 01:54:23 +0000
parents 8c3a3407af58
children b8572b937c09
comparison
equal deleted inserted replaced
17638:ccec7508fef6 17639:392889212240
22 * along with this program; if not, write to the Free Software 22 * along with this program; if not, write to the Free Software
23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 23 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
24 */ 24 */
25 #include "account.h" 25 #include "account.h"
26 #include "core.h" 26 #include "core.h"
27 #include "connection.c" 27 #include "connection.h"
28 #include "debug.h" 28 #include "debug.h"
29 #include "request.h" 29 #include "request.h"
30 30
31 #include "gntconn.h" 31 #include "gntconn.h"
32 #include "finch.h" 32 #include "finch.h"