summaryrefslogtreecommitdiffstats
path: root/src/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.cpp')
-rw-r--r--src/version.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/version.cpp b/src/version.cpp
index a4d4decb9..7610cd8e7 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -12,9 +12,9 @@
* Released under GNU GPL, read the file 'COPYING' for more information
*/
-#include "version.h"
#include <glib.h>
#include <sstream>
+#include "version.h"
bool sp_version_from_string(const char *string, Inkscape::Version *version)
{