diff options
Diffstat (limited to 'ghw')
-rw-r--r-- | ghw/ghwdump.c | 2 | ||||
-rw-r--r-- | ghw/libghw.c (renamed from ghw/ghwlib.c) | 2 | ||||
-rw-r--r-- | ghw/libghw.h (renamed from ghw/ghwlib.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/ghw/ghwdump.c b/ghw/ghwdump.c index 2acb0cab5..fe74e5f9a 100644 --- a/ghw/ghwdump.c +++ b/ghw/ghwdump.c @@ -22,7 +22,7 @@ #include <string.h> #include <unistd.h> -#include "ghwlib.h" +#include "libghw.h" static const char *progname; void diff --git a/ghw/ghwlib.c b/ghw/libghw.c index cb90fbcdf..eabc31cba 100644 --- a/ghw/ghwlib.c +++ b/ghw/libghw.c @@ -21,7 +21,7 @@ #include <string.h> #include <unistd.h> -#include "ghwlib.h" +#include "libghw.h" /* Reopen H through decompressor DECOMP. */ diff --git a/ghw/ghwlib.h b/ghw/libghw.h index 3efa65721..3efa65721 100644 --- a/ghw/ghwlib.h +++ b/ghw/libghw.h |