lib: Avoid includes.h in base64.c
authorVolker Lendecke <vl@samba.org>
Tue, 3 May 2016 14:12:23 +0000 (16:12 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 3 May 2016 23:28:23 +0000 (01:28 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/base64.c

index 157cb347705658e0be9f08ab2b36a35aee2290aa..e9906f16e478ea59fd1c04c7e5a43f2c39814b79 100644 (file)
@@ -22,7 +22,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
 #include "lib/util/base64.h"
 
 static const char b64[] = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";