summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-06-04 12:00:47 (GMT)
committerCatalin Badea <catalin.badea392@gmail.com>2012-06-19 20:21:54 (GMT)
commit8e90fc4fb400b925dfb7897b47ecb1ffd0d13538 (patch)
treea6814b14391badfc5b85d8645a112e64bc731968 /Swift/Controllers/UIInterfaces/HistoryWindowFactory.h
parent250ba9152e6b09e1654e18040cffa0d1c31434ec (diff)
downloadswift-contrib-8e90fc4fb400b925dfb7897b47ecb1ffd0d13538.zip
swift-contrib-8e90fc4fb400b925dfb7897b47ecb1ffd0d13538.tar.bz2
Disconnect history controller from the event stream. Fixed coding style
Diffstat (limited to 'Swift/Controllers/UIInterfaces/HistoryWindowFactory.h')
-rw-r--r--Swift/Controllers/UIInterfaces/HistoryWindowFactory.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h b/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h
index c84d8d7..135438b 100644
--- a/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h
+++ b/Swift/Controllers/UIInterfaces/HistoryWindowFactory.h
@@ -1,12 +1,12 @@
/*
* Copyright (c) 2012 Catalin Badea
- * Licensed under the GNU General Public License v3.
- * See Documentation/Licenses/GPLv3.txt for more information.
+ * Licensed under the simplified BSD license.
+ * See Documentation/Licenses/BSD-simplified.txt for more information.
*/
#pragma once
-#include "Swift/Controllers/UIInterfaces/HistoryWindow.h"
+#include <Swift/Controllers/UIInterfaces/HistoryWindow.h>
namespace Swift {
class UIEventStream;