summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCatalin Badea <catalin.badea392@gmail.com>2012-06-04 12:00:47 (GMT)
committerCătălin Badea <catalin.badea392@gmail.com>2012-08-11 15:45:27 (GMT)
commitab658eccab4955e338db8f42accd847fd6a9c106 (patch)
treeb9f796c517c6187925aeaf1b20901ee4f9ed401f /Swift/Controllers/UIEvents/RequestHistoryUIEvent.h
parentc09901d69a0b606d8f16a3496c0c4f24c3c7aa1b (diff)
downloadswift-contrib-ab658eccab4955e338db8f42accd847fd6a9c106.zip
swift-contrib-ab658eccab4955e338db8f42accd847fd6a9c106.tar.bz2
Disconnect history controller from the event stream. Fixed coding style
Diffstat (limited to 'Swift/Controllers/UIEvents/RequestHistoryUIEvent.h')
-rw-r--r--Swift/Controllers/UIEvents/RequestHistoryUIEvent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Swift/Controllers/UIEvents/RequestHistoryUIEvent.h b/Swift/Controllers/UIEvents/RequestHistoryUIEvent.h
index 8562beb..025e91f 100644
--- a/Swift/Controllers/UIEvents/RequestHistoryUIEvent.h
+++ b/Swift/Controllers/UIEvents/RequestHistoryUIEvent.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/UIEvents/UIEvent.h"
+#include <Swift/Controllers/UIEvents/UIEvent.h>
namespace Swift {
class RequestHistoryUIEvent : public UIEvent {