dynconfig: Use replace.h and memory.h directly, not via includes.h
[kai/samba-autobuild/.git] / dynconfig / dynconfig.c
index cf35bdb435dccdc9264df734126b4463932efac6..961415278a042b58069875b1fb32edc1dbde9f71 100644 (file)
@@ -18,8 +18,6 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
-
 /**
  * @file dynconfig.c
  *
  * table?  There's kind of a chicken-and-egg situation there...
  **/
 
+#include "replace.h"
 #include "dynconfig.h"
-#ifdef strdup
-#undef strdup
-#endif
+#include "lib/util/memory.h"
 
 #define DEFINE_DYN_CONFIG_PARAM(name) \
 const char *dyn_##name = name; \