util: Fix include file order
authorMartin Schwenke <martin@meltin.net>
Fri, 30 Nov 2018 05:58:47 +0000 (16:58 +1100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 30 Nov 2018 07:12:31 +0000 (08:12 +0100)
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/strv_util.c

index 5c914e5620bf78012a6c85b216be88bdcb63e8fb..9da3eb2ba27510942ef37da68ab5ca2b773f9910 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "replace.h"
+
 #include <string.h>
 #include <talloc.h>
 
-#include "replace.h"
 #include "strv.h"
 
 #include "strv_util.h"