asn1: Clean up includes
authorVolker Lendecke <vl@samba.org>
Tue, 5 Jan 2016 21:00:58 +0000 (22:00 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 7 Jan 2016 18:12:21 +0000 (19:12 +0100)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Autobuild-User(master): Michael Adam <obnox@samba.org>
Autobuild-Date(master): Thu Jan  7 19:12:22 CET 2016 on sn-devel-144

lib/util/asn1.c
lib/util/asn1.h

index fed65900fcfc099840a03669fc103a70b5521ce6..9ce7c23d4f3eaf2fbd4c1ce472d25ed35de9a5d5 100644 (file)
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "includes.h"
-#include "../lib/util/asn1.h"
+#include "replace.h"
+#include "system/locale.h"
+#include "lib/util/asn1.h"
+#include "lib/util/debug.h"
+#include "lib/util/samba_util.h"
 
 struct nesting {
        off_t start;
index 4eb8506d092b191eecb2b9f4e184e5f131cdee47..128858f8bf924533bf7d74368e21c463af2053c1 100644 (file)
 #ifndef _ASN_1_H
 #define _ASN_1_H
 
+#include "replace.h"
+#include <talloc.h>
+#include "lib/util/data_blob.h"
+
+
 struct nesting;
 struct asn1_data;
 typedef struct asn1_data ASN1_DATA;