summaryrefslogtreecommitdiff
path: root/elfcpp
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2007-09-22 20:56:19 +0000
committerIan Lance Taylor <iant@google.com>2007-09-22 20:56:19 +0000
commita268e5888401173174bb1ec93ddd504656a7d869 (patch)
tree12a985c1615fc0693da965e2ac5c05af6111ce51 /elfcpp
parent5cfa1b52598517268e81a6290cd798e8fd7be1d5 (diff)
downloadbinutils-redhat-a268e5888401173174bb1ec93ddd504656a7d869.tar.gz
Remove unnecessary elfcpp_config.h file.
Diffstat (limited to 'elfcpp')
-rw-r--r--elfcpp/elfcpp.h1
-rw-r--r--elfcpp/elfcpp_config.h0
-rw-r--r--elfcpp/elfcpp_internal.h2
3 files changed, 0 insertions, 3 deletions
diff --git a/elfcpp/elfcpp.h b/elfcpp/elfcpp.h
index 305487f8bf..998fca9ebf 100644
--- a/elfcpp/elfcpp.h
+++ b/elfcpp/elfcpp.h
@@ -5,7 +5,6 @@
#ifndef ELFCPP_H
#define ELFCPP_H
-#include "elfcpp_config.h"
#include "elfcpp_swap.h"
#include <stdint.h>
diff --git a/elfcpp/elfcpp_config.h b/elfcpp/elfcpp_config.h
deleted file mode 100644
index e69de29bb2..0000000000
--- a/elfcpp/elfcpp_config.h
+++ /dev/null
diff --git a/elfcpp/elfcpp_internal.h b/elfcpp/elfcpp_internal.h
index 7a2b5d4836..321bcae74a 100644
--- a/elfcpp/elfcpp_internal.h
+++ b/elfcpp/elfcpp_internal.h
@@ -3,8 +3,6 @@
// This is included by elfcpp.h, the external interface, but holds
// information which we want to keep private.
-#include "elfcpp_config.h"
-
#ifndef ELFCPP_INTERNAL_H
#define ELFCPP_INTERNAL_H