lib: Avoid a "includes.h"
authorVolker Lendecke <vl@samba.org>
Tue, 25 Oct 2016 13:42:28 +0000 (15:42 +0200)
committerRalph Boehme <slow@samba.org>
Sun, 22 Jan 2017 17:30:11 +0000 (18:30 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
source3/lib/tevent_barrier.c

index 318c8961f0151dc752fd0c3087db63406ed0da88..0fc0a319cde034cbbe0612e7994d0ecfabb8ae57 100644 (file)
@@ -17,7 +17,7 @@
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
 #include "tevent_barrier.h"
 #include "lib/util/tevent_unix.h"