summaryrefslogtreecommitdiff
path: root/gdb/common/common-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/common/common-utils.c')
-rw-r--r--gdb/common/common-utils.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/gdb/common/common-utils.c b/gdb/common/common-utils.c
index 74ca93810c7..b70e7403389 100644
--- a/gdb/common/common-utils.c
+++ b/gdb/common/common-utils.c
@@ -17,11 +17,15 @@
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 "common-utils.h"
-#include "host-defs.h"
+#include "common/common-defs.h"
+#include "common/common-utils.h"
+
+/* Standard C includes. */
#include <ctype.h>
+/* Local non-gdb includes. */
+#include "host-defs.h"
+
/* The xmalloc() (libiberty.h) family of memory management routines.
These are like the ISO-C malloc() family except that they implement