diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-03-17 08:52:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-03-17 08:52:11 +0800 |
commit | 76b2ad6623866547dd33818fc3a0615bc639b0cc (patch) | |
tree | 9e5e8dbb4953c8a5ee5f43d61f434ac91e88bc7c /camel/camel-remote-store.h | |
parent | b3ddd598997195c6c4944cfa931973bb32000e07 (diff) | |
download | gsoc2013-evolution-76b2ad6623866547dd33818fc3a0615bc639b0cc.tar.gz gsoc2013-evolution-76b2ad6623866547dd33818fc3a0615bc639b0cc.tar.zst gsoc2013-evolution-76b2ad6623866547dd33818fc3a0615bc639b0cc.zip |
Same.
2001-03-16 Jeffrey Stedfast <fejj@ximian.com>
* camel-private.h: Same.
* camel-remote-store.h: Fixed #include to use <>'s instead of ""'s
svn path=/trunk/; revision=8767
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index f894d51572..1f34eb5a6e 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -31,7 +31,7 @@ extern "C" { #pragma } #endif /* __cplusplus }*/ -#include "camel-store.h" +#include <camel/camel-store.h> #define CAMEL_REMOTE_STORE_TYPE (camel_remote_store_get_type ()) #define CAMEL_REMOTE_STORE(obj) (CAMEL_CHECK_CAST((obj), CAMEL_REMOTE_STORE_TYPE, CamelRemoteStore)) |