summaryrefslogtreecommitdiff
path: root/plugins/Clist_modern/modern_log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Clist_modern/modern_log.cpp')
-rw-r--r--plugins/Clist_modern/modern_log.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Clist_modern/modern_log.cpp b/plugins/Clist_modern/modern_log.cpp
index 09e7e1dd6d..af2b9c9a68 100644
--- a/plugins/Clist_modern/modern_log.cpp
+++ b/plugins/Clist_modern/modern_log.cpp
@@ -1,8 +1,8 @@
#include "hdr/modern_commonheaders.h"
-#include < stdarg.h>
-#include < stdio.h>
-#include < string.h>
+#include <stdarg.h>
+#include <stdio.h>
+#include <string.h>
void Log(const char *file,int line,const char *fmt,...)