diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-28 17:02:00 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-29 07:20:15 +0000 |
| commit | 19b77eb696ef4675cb45a5ed9401f37f2df82e0c (patch) | |
| tree | e15cb2d03d1061d88378acb05c81c7eab210807d /src/desktop.cpp | |
| parent | Add Patrick improvements to verbs toggle menu items (diff) | |
| download | inkscape-19b77eb696ef4675cb45a5ed9401f37f2df82e0c.tar.gz inkscape-19b77eb696ef4675cb45a5ed9401f37f2df82e0c.zip | |
fix coding style
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index b458d0e78..a9e318b78 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -61,12 +61,12 @@ #include "object/sp-namedview.h" #include "object/sp-root.h" +#include "ui/desktop/menubar.h" #include "ui/dialog/dialog-manager.h" -#include "ui/interface.h" // Only for getLayoutPrefPath +#include "ui/interface.h" // Only for getLayoutPrefPath #include "ui/tool-factory.h" #include "ui/tools/box3d-tool.h" #include "ui/tools/select-tool.h" -#include "ui/desktop/menubar.h" #include "widgets/desktop-widget.h" |
