diff options
Diffstat (limited to 'src/client/ThreadedSigClientInterface.hpp')
-rw-r--r-- | src/client/ThreadedSigClientInterface.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ThreadedSigClientInterface.hpp b/src/client/ThreadedSigClientInterface.hpp index dc3e342e..b855dc33 100644 --- a/src/client/ThreadedSigClientInterface.hpp +++ b/src/client/ThreadedSigClientInterface.hpp @@ -22,9 +22,9 @@ #include <string> #include <sigc++/sigc++.h> #include <glibmm/thread.h> +#include "raul/Atom.hpp" #include "interface/ClientInterface.hpp" #include "SigClientInterface.hpp" -#include "raul/Atom.hpp" #include "raul/SRSWQueue.hpp" using std::string; |