summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-09-14 14:37:19 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-09-28 14:50:02 +0300
commit438d9de675771faaceaec362fbf4cf37eb06e295 (patch)
tree6e16a7f4cab552c53f8dc1285eef471f8c85b9a1
parentbe230add88815880a41f826ba22d4fcd96547459 (diff)
downloadlibunwind-438d9de675771faaceaec362fbf4cf37eb06e295.tar.gz
Remove unneeded `config.h' inclusion in Gtest-nomalloc
-rw-r--r--tests/Gtest-nomalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/Gtest-nomalloc.c b/tests/Gtest-nomalloc.c
index db778546..f4ebe2d3 100644
--- a/tests/Gtest-nomalloc.c
+++ b/tests/Gtest-nomalloc.c
@@ -21,10 +21,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
-#ifdef HAVE_CONFIG_H
-# include "config.h"
-#endif
-
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>