lib: Avoid includes.h in base64.c
[kai/samba-autobuild/.git] / 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+/";