From 0cdd007ebf8dcfbd39c1d36ab53f43617eb692df Mon Sep 17 00:00:00 2001 From: Alex Valavanis Date: Mon, 25 Mar 2013 17:42:31 +0000 Subject: Workaround usage of deprecated glib symbols in 3rd party libraries Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) --- src/shortcuts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/shortcuts.cpp') diff --git a/src/shortcuts.cpp b/src/shortcuts.cpp index 755269edb..a746b8633 100644 --- a/src/shortcuts.cpp +++ b/src/shortcuts.cpp @@ -25,6 +25,7 @@ #include #include +#include "shortcuts.h" #include #include #include @@ -33,7 +34,6 @@ #include "helper/action.h" #include "io/sys.h" #include "io/resource.h" -#include "shortcuts.h" #include "verbs.h" #include "xml/node-iterators.h" #include "xml/repr.h" -- cgit v1.2.3