diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-11 00:31:13 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-11 00:31:13 +0000 |
commit | a21292d658fb9a885ab53288359d9adbaac59179 (patch) | |
tree | ed088b218f8f6a110a51751358df2a46d7d342ca /mandocdb.c | |
parent | c3db67bffc7e5f4c0eade87764cff8cf934741c5 (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |