summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Sluift/Helpers.h')
-rw-r--r--Sluift/Helpers.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/Sluift/Helpers.h b/Sluift/Helpers.h
index 290508a..6af3906 100644
--- a/Sluift/Helpers.h
+++ b/Sluift/Helpers.h
@@ -1,20 +1,20 @@
/*
- * Copyright (c) 2013-2014 Isode Limited.
+ * Copyright (c) 2013-2016 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
-#include <Swiften/Base/Override.h>
-#include <Swiften/Base/API.h>
-
#include <string>
+#include <Swiften/Base/API.h>
+#include <Swiften/Base/Override.h>
+
namespace Swift {
- class ClientError;
- class ComponentError;
+ class ClientError;
+ class ComponentError;
- std::string getErrorString(const ClientError& error);
- std::string getErrorString(const ComponentError& error);
+ std::string getErrorString(const ClientError& error);
+ std::string getErrorString(const ComponentError& error);
}