aboutsummaryrefslogtreecommitdiff
path: root/gdb/exceptions.h
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-10-08 09:33:22 +0100
committerGary Benson <gbenson@redhat.com>2014-10-08 09:33:22 +0100
commita442d0713a940326c72c1c85357cb92d5f6d2fc2 (patch)
treee92ceda6d3e91d356a02924b93216e73f5c1dcc6 /gdb/exceptions.h
parent6f1947e8a206a2664506ee5a333f7c9d0af8cac8 (diff)
Include common-exceptions.h in common-defs.h
This commit includes common-exceptions.h in common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include common-exceptions.h. * exceptions.h: Do not include common-exceptions.h. gdb/gdbserver/ChangeLog: * server.h: Do not include common-exceptions.h.
Diffstat (limited to 'gdb/exceptions.h')
-rw-r--r--gdb/exceptions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/exceptions.h b/gdb/exceptions.h
index 00d2b6126c..f4d62a6c13 100644
--- a/gdb/exceptions.h
+++ b/gdb/exceptions.h
@@ -20,7 +20,6 @@
#ifndef EXCEPTIONS_H
#define EXCEPTIONS_H
-#include "common-exceptions.h"
#include "ui-out.h"
/* A pre-defined non-exception. */