summaryrefslogtreecommitdiff
path: root/src/utils/base64.cpp
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-26 23:56:08 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-26 23:56:08 +0100
commitc7d5879f96011f0db75bc0b78a9cb2e3ac587fee (patch)
tree6d397e82d927361a9247ae6e3063535a49bf4853 /src/utils/base64.cpp
parent301fb81834a482e1b30c3b4fa5032ed80d8e7c0f (diff)
downloadmana-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.tar.gz
mana-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.tar.bz2
mana-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.tar.xz
mana-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.zip
Changed includes in utils/ dictory to new guidelines
Diffstat (limited to 'src/utils/base64.cpp')
-rw-r--r--src/utils/base64.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/base64.cpp b/src/utils/base64.cpp
index 9d8ba836..298841be 100644
--- a/src/utils/base64.cpp
+++ b/src/utils/base64.cpp
@@ -27,11 +27,11 @@
+----------------------------------------------------------------------+
*/
+#include "utils/base64.h"
+
#include <stdlib.h>
#include <string.h>
-#include "base64.h"
-
static char base64_table[] =
{
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',