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 /Swiftob/LuaCommands.h | |
parent | 5e5384895c0363f4b0ee7cf7dc829561a6541f74 (diff) | |
download | swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.zip swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.tar.bz2 |
Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.
Diffstat (limited to 'Swiftob/LuaCommands.h')
-rw-r--r-- | Swiftob/LuaCommands.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Swiftob/LuaCommands.h b/Swiftob/LuaCommands.h index f506a70..fc743ca 100644 --- a/Swiftob/LuaCommands.h +++ b/Swiftob/LuaCommands.h @@ -14,13 +14,13 @@ #include <lualib.h> #include <boost/filesystem/fstream.hpp> #include <boost/noncopyable.hpp> -#include "Swiften/Network/NetworkFactories.h" +#include <Swiften/Network/NetworkFactories.h> #include <Swiften/Elements/SoftwareVersion.h> #include <Swiften/Queries/Requests/GetSoftwareVersionRequest.h> #include <Swiften/Network/Timer.h> -#include "Swiftob/Commands.h" -#include "Swiftob/Storage.h" +#include <Swiftob/Commands.h> +#include <Swiftob/Storage.h> using namespace Swift; /** |