diff options
author | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:24:15 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2011-04-30 19:29:51 (GMT) |
commit | 74bdae2ad13a9859b354f3ce5354d7c4f19ce414 (patch) | |
tree | 500977433b3974db17517bb22523a0f41fb79b68 /Slimber/CLI | |
parent | 5e5384895c0363f4b0ee7cf7dc829561a6541f74 (diff) | |
download | swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.zip swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.tar.bz2 |
Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.
Diffstat (limited to 'Slimber/CLI')
-rw-r--r-- | Slimber/CLI/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Slimber/CLI/main.cpp b/Slimber/CLI/main.cpp index 5252373..3dd59a6 100644 --- a/Slimber/CLI/main.cpp +++ b/Slimber/CLI/main.cpp @@ -4,7 +4,7 @@ * See Documentation/Licenses/GPLv3.txt for more information. */ -#include "Swiften/EventLoop/SimpleEventLoop.h" +#include <Swiften/EventLoop/SimpleEventLoop.h> #include "Slimber/CLI/DummyMenulet.h" #include "Slimber/MainController.h" |