summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2016-10-25 15:42:28 +0200
committerRalph Boehme <slow@samba.org>2017-01-22 18:30:11 +0100
commit13958236a983531fc04a7143daf32b11745f813f (patch)
treec29459b85cf79a2d3cec30069eaeb2db346ffda1
parent6faf30b31cc7394360a6d3dafbf6a1f16842f6ad (diff)
downloadsamba-13958236a983531fc04a7143daf32b11745f813f.tar.gz
lib: Avoid a "includes.h"
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
-rw-r--r--source3/lib/tevent_barrier.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/tevent_barrier.c b/source3/lib/tevent_barrier.c
index 318c8961f01..0fc0a319cde 100644
--- a/source3/lib/tevent_barrier.c
+++ b/source3/lib/tevent_barrier.c
@@ -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"