fixes for previous commit
[enigma2.git] / lib / base / encoding.cpp
index 48be7873c3fbab7dc7c70884f20dc9e421e1b823..5d6617d998d49b3ff222f6bdd8ed71876a1fa688 100644 (file)
@@ -1,10 +1,9 @@
 #include <lib/base/encoding.h>
 #include <lib/base/eerror.h>
-#include <config.h>
 
 eDVBTextEncodingHandler encodingHandler;  // the one and only instance
 
-char toupper(char c)
+inline char toupper(char c)
 {
        switch (c)
        {