| commit | 3ac8db64ad80c4afacf06a97d0163c9f3f2c9e17 | [log] [tgz] |
|---|---|---|
| author | Petr Machata <pmachata@redhat.com> | Fri Nov 23 18:43:10 2012 +0100 |
| committer | Petr Machata <pmachata@redhat.com> | Fri Mar 08 22:55:24 2013 +0100 |
| tree | 1c3dd277dac4fcbce733fd0e22b96fea3e25b338 | |
| parent | fdfcf7b9ee01db4f16bea836e5f1b397376afbb6 [diff] [blame] |
Move demangling-related code from common.h to demangle.h Adjust users accordingly.
diff --git a/options.c b/options.c index 693676b..93dea31 100644 --- a/options.c +++ b/options.c
@@ -39,6 +39,7 @@ #include "common.h" #include "filter.h" #include "glob.h" +#include "demangle.h" #ifndef SYSCONFDIR #define SYSCONFDIR "/etc"