]> git.tdb.fi Git - libs/core.git/blobdiff - source/stringcodec/codecutils.h
Remove deprecated things
[libs/core.git] / source / stringcodec / codecutils.h
index 6921d41e7ce67ebffb7a8da9726772af6507b881..395949e8e814e8d3e3cef04b3f097b0c4f8b029e 100644 (file)
@@ -1,19 +1,12 @@
-/* $Id$
-
-This file is part of libmspstrings
-Copyright © 2006-2007 Mikko Rasa
-Distributed under the LGPL
-*/
-
-#ifndef MSP_STRINGS_CODECUTILS_H_
-#define MSP_STRINGS_CODECUTILS_H_
+#ifndef MSP_STRINGCODEC_CODECUTILS_H_
+#define MSP_STRINGCODEC_CODECUTILS_H_
 
 namespace Msp {
-namespace Codecs {
+namespace StringCodec {
 
 int transform_mapping_or_direct(const int *mapping, unsigned map_size, int ch, bool reverse);
 
-} // namespace Codecs
+} // namespace StringCodec
 } // namespace Msp
 
 #endif