diff options
| author | Paul Eggert | 2012-06-25 18:05:39 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-06-25 18:05:39 -0700 |
| commit | cf38a720e81b545f90dc7be81891d94df6ed059a (patch) | |
| tree | 421932c3315e5ded7dab371d26820ed3172bfd23 /lib-src/hexl.c | |
| parent | 414e642ca92b569cd74d26a2879e0e8fe9f8d6be (diff) | |
| download | emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.tar.gz emacs-cf38a720e81b545f90dc7be81891d94df6ed059a.zip | |
Clean out last vestiges of the old HAVE_CONFIG_H stuff.
Diffstat (limited to 'lib-src/hexl.c')
| -rw-r--r-- | lib-src/hexl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib-src/hexl.c b/lib-src/hexl.c index d418eca78c2..08da0075269 100644 --- a/lib-src/hexl.c +++ b/lib-src/hexl.c | |||
| @@ -20,9 +20,7 @@ You should have received a copy of the GNU General Public License | |||
| 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ | 20 | along with this program. If not, see <http://www.gnu.org/licenses/>. */ |
| 21 | 21 | ||
| 22 | 22 | ||
| 23 | #ifdef HAVE_CONFIG_H | ||
| 24 | #include <config.h> | 23 | #include <config.h> |
| 25 | #endif | ||
| 26 | 24 | ||
| 27 | #include <stdio.h> | 25 | #include <stdio.h> |
| 28 | #include <ctype.h> | 26 | #include <ctype.h> |