- djm@cvs.openbsd.org 2014/07/03 23:18:35
     [authfile.h]
     remove leakmalloc droppings
diff --git a/ChangeLog b/ChangeLog
index 2a29c2e..3a6228a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20140706
+ - OpenBSD CVS Sync
+   - djm@cvs.openbsd.org 2014/07/03 23:18:35
+     [authfile.h]
+     remove leakmalloc droppings
+
 20140704
  - OpenBSD CVS Sync
    - jsing@cvs.openbsd.org 2014/07/03 12:42:16
diff --git a/authfile.h b/authfile.h
index 2231012..03bc395 100644
--- a/authfile.h
+++ b/authfile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: authfile.h,v 1.18 2014/06/24 01:13:21 djm Exp $ */
+/* $OpenBSD: authfile.h,v 1.19 2014/07/03 23:18:35 djm Exp $ */
 
 /*
  * Copyright (c) 2000, 2013 Markus Friedl.  All rights reserved.
@@ -27,10 +27,6 @@
 #ifndef AUTHFILE_H
 #define AUTHFILE_H
 
-#ifdef WITH_LEAKMALLOC
-#include "leakmalloc.h"
-#endif
-
 struct sshbuf;
 struct sshkey;