blob: 125e236ccef438c9ec27d9c9502904cc8c5e1cb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- mailsync.c.orig Thu Nov 7 12:05:46 2002
+++ mailsync.c Mon Feb 3 22:59:09 2003
@@ -30,8 +30,8 @@
using std::vector;
using std::make_pair;
-#include "c-client.h"
-#include "flstring.h"
+#include <c-client.h>
+#include <flstring.h>
#include "msgstring.c"
//------------------------------- Defines -------------------------------
|