summaryrefslogtreecommitdiffstats
path: root/src/message-stack.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/message-stack.cpp')
-rw-r--r--src/message-stack.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/message-stack.cpp b/src/message-stack.cpp
index 70b2fb42d..e70527e9a 100644
--- a/src/message-stack.cpp
+++ b/src/message-stack.cpp
@@ -9,10 +9,10 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include <string.h>
-#include <glib.h>
-#include <cstring>
#include "message-stack.h"
+#include <cstring>
+#include <glib.h>
+#include <string.h>
namespace Inkscape {