summaryrefslogtreecommitdiff
path: root/gdb/common/cleanups.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/cleanups.c')
-rw-r--r--gdb/common/cleanups.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/common/cleanups.c b/gdb/common/cleanups.c
index 121720d3c0f..242fb173975 100644
--- a/gdb/common/cleanups.c
+++ b/gdb/common/cleanups.c
@@ -17,8 +17,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#include "common-defs.h"
-#include "cleanups.h"
+#include "common/common-defs.h"
+#include "common/cleanups.h"
/* The cleanup list records things that have to be undone
if an error happens (descriptors to be closed, memory to be freed, etc.)