diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-11-23 21:17:06 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-11-23 21:17:06 +0000 |
| commit | 54b37c8fa5f39477f8d6fb50e90c7152806514d1 (patch) | |
| tree | bada98f3274c59825cbacf077fef07275108f8d4 /src/ui | |
| parent | Update to trunk (diff) | |
| parent | reorder header file includes. Because glibmm depends on a deprecated/threads.... (diff) | |
| download | inkscape-54b37c8fa5f39477f8d6fb50e90c7152806514d1.tar.gz inkscape-54b37c8fa5f39477f8d6fb50e90c7152806514d1.zip | |
Update to trunk
(bzr r11950.1.203)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/dialog/ocaldialogs.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/dialog/ocaldialogs.cpp b/src/ui/dialog/ocaldialogs.cpp index ca0edfadd..417df9a27 100644 --- a/src/ui/dialog/ocaldialogs.cpp +++ b/src/ui/dialog/ocaldialogs.cpp @@ -16,13 +16,14 @@ # include <config.h> #endif +#include "ocaldialogs.h" + #include <stdio.h> // rename() #include <unistd.h> // close() #include <errno.h> // errno #include <string.h> // strerror() #include "path-prefix.h" -#include "ocaldialogs.h" #include "filedialogimpl-gtkmm.h" #include "interface.h" #include "gc-core.h" |
