diff options
Diffstat (limited to 'include/m_protomod.h')
-rw-r--r-- | include/m_protomod.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/m_protomod.h b/include/m_protomod.h index d8d364b987..0bc0a073b4 100644 --- a/include/m_protomod.h +++ b/include/m_protomod.h @@ -30,8 +30,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <stdio.h>
-#include "m_protocols.h"
-#include "m_protosvc.h"
+#include <m_protocols.h>
+#include <m_protosvc.h>
//notify the protocol manager that you're around
//wParam = 0
|