summaryrefslogtreecommitdiff
path: root/config-fixups.h
diff options
context:
space:
mode:
authorJeremy Huddleston Sequoia <jeremyhu@apple.com>2012-08-27 14:52:23 -0700
committerJeremy Huddleston Sequoia <jeremyhu@apple.com>2012-08-27 14:52:23 -0700
commit9ec868665dd0f4890b5fb9edb85df8334e5bb689 (patch)
tree58cd726bbf4f95e2d147efea78b9c4f675f23c82 /config-fixups.h
parentc4a58ae0e2fa43fbf9ebefc83891f6abd6728ac9 (diff)
Remove _CONFIG_FIXUPS_H_ guards, so multiple includes of "config.h" result in the correct values
Signed-off-by: Jeremy Huddleston Sequoia <jeremyhu@apple.com>
Diffstat (limited to 'config-fixups.h')
-rw-r--r--config-fixups.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/config-fixups.h b/config-fixups.h
index 0e708462..93ebf5bb 100644
--- a/config-fixups.h
+++ b/config-fixups.h
@@ -20,8 +20,6 @@
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
* PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef _CONFIG_FIXUPS_H_
-#define _CONFIG_FIXUPS_H_
/* This header file is supposed to be included in config.h */
@@ -40,5 +38,3 @@
# define ALIGNOF_DOUBLE 4
# endif
#endif
-
-#endif /* _CONFIG_FIXUPS_H_ */