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:
parent
f03392a0ae
commit
d8b3280780
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user