summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2011-04-30 19:24:15 (GMT)
committerRemko Tronçon <git@el-tramo.be>2011-04-30 19:29:51 (GMT)
commit74bdae2ad13a9859b354f3ce5354d7c4f19ce414 (patch)
tree500977433b3974db17517bb22523a0f41fb79b68 /SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
parent5e5384895c0363f4b0ee7cf7dc829561a6541f74 (diff)
downloadswift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.zip
swift-74bdae2ad13a9859b354f3ce5354d7c4f19ce414.tar.bz2
Replace #include "" by #include <> in SwifTools, Swiftob, Slimber and Limber.
Diffstat (limited to 'SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp')
-rw-r--r--SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
index 4dd06c7..d2e89ac 100644
--- a/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
+++ b/SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.cpp
@@ -4,12 +4,12 @@
* See Documentation/Licenses/GPLv3.txt for more information.
*/
-#include "SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h"
+#include <SwifTools/AutoUpdater/PlatformAutoUpdaterFactory.h>
#include <cassert>
#ifdef HAVE_SPARKLE
-#include "SwifTools/AutoUpdater/SparkleAutoUpdater.h"
+#include <SwifTools/AutoUpdater/SparkleAutoUpdater.h>
#endif
namespace Swift {