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>
This commit is contained in:
Jeremy Huddleston Sequoia 2012-08-27 14:52:23 -07:00
parent c4a58ae0e2
commit 9ec868665d
1 changed files with 0 additions and 4 deletions

View File

@ -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_ */