diff options
Diffstat (limited to 'gdb/common/xml-utils.c')
-rw-r--r-- | gdb/common/xml-utils.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/common/xml-utils.c b/gdb/common/xml-utils.c index 79f040e2b0f..c6b09ab2ab6 100644 --- a/gdb/common/xml-utils.c +++ b/gdb/common/xml-utils.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 "xml-utils.h" +#include "common/common-defs.h" +#include "common/xml-utils.h" /* See xml-utils.h. */ |