lib: Avoid an "includes.h"
authorVolker Lendecke <vl@samba.org>
Thu, 18 Oct 2018 03:46:03 +0000 (05:46 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Thu, 25 Oct 2018 15:58:24 +0000 (17:58 +0200)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
libcli/security/dom_sid.c

index 17ac0560d8339fb9eb04c906cffd9c74bde1b732..b876fc8b780260373a693c857a204d7cd98dd3fe 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
+#include "replace.h"
+#include "lib/util/data_blob.h"
+#include "system/locale.h"
+#include "lib/util/debug.h"
 #include "librpc/gen_ndr/security.h"
 #include "dom_sid.h"