summaryrefslogtreecommitdiffstats
path: root/mandocdb.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-08-11 00:31:13 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-08-11 00:31:13 +0000
commita21292d658fb9a885ab53288359d9adbaac59179 (patch)
treeed088b218f8f6a110a51751358df2a46d7d342ca /mandocdb.c
parentc3db67bffc7e5f4c0eade87764cff8cf934741c5 (diff)
downloadmandoc-a21292d658fb9a885ab53288359d9adbaac59179.tar.gz
Get rid of HAVE_CONFIG_H, it is always defined; idea from libnbcompat.
Include <sys/types.h> where needed, it does not belong in config.h.
Diffstat (limited to 'mandocdb.c')
-rw-r--r--mandocdb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mandocdb.c b/mandocdb.c
index 8b297e29..fe3abdfe 100644
--- a/mandocdb.c
+++ b/mandocdb.c
@@ -15,9 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <sys/types.h>