summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/random.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-11-09 12:01:12 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-11-09 12:01:12 +0000
commit2a57459e1a0d01debbafe0884eae15fb15ea3745 (patch)
tree0d8101590e06bb6d09d58e71d8cfa7da20021cb9 /src/ui/widget/random.cpp
parentMove icon-loader and provide a temporary fallback to render pixbuf (diff)
downloadinkscape-2a57459e1a0d01debbafe0884eae15fb15ea3745.tar.gz
inkscape-2a57459e1a0d01debbafe0884eae15fb15ea3745.zip
Fix codding style
Diffstat (limited to 'src/ui/widget/random.cpp')
-rw-r--r--src/ui/widget/random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/random.cpp b/src/ui/widget/random.cpp
index 32124bfd2..495a778a3 100644
--- a/src/ui/widget/random.cpp
+++ b/src/ui/widget/random.cpp
@@ -10,8 +10,8 @@
* Released under GNU GPL v2+, read the file 'COPYING' for more information.
*/
-#include "ui/icon-loader.h"
#include "random.h"
+#include "ui/icon-loader.h"
#include <glibmm/i18n.h>
#include <gtkmm/button.h>