diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-11 20:02:38 +0300 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-09-11 20:02:38 +0300 |
commit | 5a710c3805bdf6d7e3c92e954e4e4565b27bcb13 (patch) | |
tree | bc203f07cf87749402b6c78885e161bfc0bf74fc /src/liblzma/common/Makefile.am | |
parent | Updated THANKS. (diff) | |
download | xz-5a710c3805bdf6d7e3c92e954e4e4565b27bcb13.tar.xz |
Remove bogus #includes.
Diffstat (limited to '')
-rw-r--r-- | src/liblzma/common/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liblzma/common/Makefile.am b/src/liblzma/common/Makefile.am index ca38afc2..2f5532e4 100644 --- a/src/liblzma/common/Makefile.am +++ b/src/liblzma/common/Makefile.am @@ -75,6 +75,5 @@ libcommon_la_SOURCES += \ stream_decoder.c \ stream_decoder.h \ stream_flags_decoder.c \ - stream_flags_decoder.h \ vli_decoder.c endif |