summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/tokenize.h')
-rw-r--r--Sluift/tokenize.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/Sluift/tokenize.h b/Sluift/tokenize.h
index 9a65b07..33ea435 100644
--- a/Sluift/tokenize.h
+++ b/Sluift/tokenize.h
@@ -1,16 +1,16 @@
/*
- * Copyright (c) 2013 Isode Limited.
+ * Copyright (c) 2013-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
-#include <vector>
#include <string>
+#include <vector>
namespace Swift {
- namespace Lua {
- std::vector<std::string> tokenize(const std::string&);
- }
+ namespace Lua {
+ std::vector<std::string> tokenize(const std::string&);
+ }
}