diff options
Diffstat (limited to 'src/CLI/CLI.cpp')
| -rw-r--r-- | src/CLI/CLI.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CLI/CLI.cpp b/src/CLI/CLI.cpp index 0a9384d2..0852ed46 100644 --- a/src/CLI/CLI.cpp +++ b/src/CLI/CLI.cpp @@ -16,10 +16,10 @@ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <getopt.h> -#include "ABRTException.h" +#include "abrt_exception.h" #include "abrtlib.h" #include "abrt_dbus.h" -#include "DBusCommon.h" +#include "dbus_common.h" #include "report.h" #include "dbus.h" #if HAVE_CONFIG_H |
