diff options
Diffstat (limited to 'plugins/YAMN/src/stdafx.h')
-rw-r--r-- | plugins/YAMN/src/stdafx.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/YAMN/src/stdafx.h b/plugins/YAMN/src/stdafx.h index f187b472c2..31ec1ca5dd 100644 --- a/plugins/YAMN/src/stdafx.h +++ b/plugins/YAMN/src/stdafx.h @@ -36,11 +36,11 @@ #include "resource.h"
#include "debug.h"
#include "version.h"
-#include "proto\netclient.h"
-#include "proto\netlib.h"
-#include "proto\pop3\pop3.h"
-#include "proto\pop3\pop3comm.h"
-#include "proto\pop3\pop3opt.h"
+#include "proto/netclient.h"
+#include "proto/netlib.h"
+#include "proto/pop3/pop3.h"
+#include "proto/pop3/pop3comm.h"
+#include "proto/pop3/pop3opt.h"
//From services.cpp
|