diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-05 11:51:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:17:13 -0500 |
commit | b5c0202bff42fe5792d0e58b0349527da5ae4ff9 (patch) | |
tree | 0020f79fc799673277f3e5d6225e8b1756f7eb5b /source4/lib | |
parent | c75b6b92c8680868509e736941dba47fe8355022 (diff) | |
download | samba-b5c0202bff42fe5792d0e58b0349527da5ae4ff9.tar.gz samba-b5c0202bff42fe5792d0e58b0349527da5ae4ff9.tar.bz2 samba-b5c0202bff42fe5792d0e58b0349527da5ae4ff9.zip |
r18081: libreplace now uses config.h again
(This used to be commit 037196538a9850be194c1577f59c0c6a03ea8b9a)
Diffstat (limited to 'source4/lib')
-rw-r--r-- | source4/lib/replace/replace.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/lib/replace/replace.h b/source4/lib/replace/replace.h index 1d07361a28..631488bbf8 100644 --- a/source4/lib/replace/replace.h +++ b/source4/lib/replace/replace.h @@ -28,12 +28,7 @@ #ifndef _replace_h #define _replace_h -#ifdef _SAMBA_BUILD_ #include "config.h" -#else -#include "replace_config.h" -#endif /* _SAMBA_BUILD_ */ - #include <stdlib.h> #include <stdarg.h> |