1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

util: Fix include file order

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Martin Schwenke 2018-11-30 16:58:47 +11:00 committed by Andreas Schneider
parent f03392a0ae
commit d8b3280780

View File

@ -17,10 +17,11 @@
* 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"