diff options
author | Chris Robinson <[email protected]> | 2011-05-17 09:03:54 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-05-17 09:03:54 -0700 |
commit | b5cb2d633c5df80128ce7fb08064c1f8df1dd731 (patch) | |
tree | 4ed9ada0404b3faa9440e51e7ae626f8158fec17 /utils | |
parent | 810734718b71c23bca4026913ed4d48f7160ad2a (diff) |
Avoid including config.h in the utilities
Diffstat (limited to 'utils')
-rw-r--r-- | utils/openal-info.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/openal-info.c b/utils/openal-info.c index 7735b800..247e6a5a 100644 --- a/utils/openal-info.c +++ b/utils/openal-info.c @@ -22,8 +22,6 @@ * THE SOFTWARE. */ -#include "config.h" - #include <stdio.h> #include <string.h> |