diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-14 21:17:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-01-14 21:17:53 +0000 |
commit | da144400b176d2b357dc701e46552279ae5882f4 (patch) | |
tree | 251f1c6a5a20cdc07c5774142753ea9d4edf358d | |
parent | 8a6205bbd41f1c3982221e329bba9f4eca04cc6d (diff) |
This does not need <sys/param.h>. If we change some other stuff around,
it might not need <sys/types.h> either. Even further changes could
eliminate it. Anyone up for the exercise?
-rw-r--r-- | sys/sys/localedef.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/localedef.h b/sys/sys/localedef.h index af45025157b..ea71300680a 100644 --- a/sys/sys/localedef.h +++ b/sys/sys/localedef.h @@ -1,4 +1,4 @@ -/* $OpenBSD: localedef.h,v 1.4 2014/07/14 07:22:07 pelikan Exp $ */ +/* $OpenBSD: localedef.h,v 1.5 2015/01/14 21:17:52 deraadt Exp $ */ /* $NetBSD: localedef.h,v 1.4 1996/04/09 20:55:31 cgd Exp $ */ /* @@ -34,7 +34,6 @@ #ifndef _SYS_LOCALEDEF_H_ #define _SYS_LOCALEDEF_H_ -#include <sys/param.h> #include <sys/types.h> typedef struct |