lib: Avoid an includes.h
authorVolker Lendecke <vl@samba.org>
Sun, 8 Jan 2017 19:52:47 +0000 (19:52 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 28 Mar 2017 15:45:19 +0000 (17:45 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/charset/codepoints.c

index 2c9a9c4b1365916a6c0990cd285f5ce74cd3fc58..cfb0b27fcc1ff2c64f7cfe8a2027feb4a30aa94e 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 */
-#include "includes.h"
+#include "replace.h"
 #include "lib/util/charset/charset.h"
 #include "system/locale.h"
 #include "dynconfig/dynconfig.h"
+#include "lib/util/debug.h"
+#include "lib/util/byteorder.h"
 
 #ifdef strcasecmp
 #undef strcasecmp