summaryrefslogtreecommitdiffstats
path: root/target-xtensa/gdbstub.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:17:21 +0000
committerTimothy Pearson <tpearson@raptorengineering.com>2019-11-29 19:30:21 -0600
commitc7f666e1d64265a0c1df8acfbc2fda9aab008a57 (patch)
treee0289726e7e2b94c85d1339076bb0bcbf039d0da /target-xtensa/gdbstub.c
parent1c742a9d1a73f2b1c78883a8670627eadffbc427 (diff)
downloadhqemu-c7f666e1d64265a0c1df8acfbc2fda9aab008a57.zip
hqemu-c7f666e1d64265a0c1df8acfbc2fda9aab008a57.tar.gz
xtensa: Clean up includes
Clean up includes so that osdep.h is included first and headers which it implies are not included manually. This commit was created with scripts/clean-includes. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Message-id: 1453832250-766-29-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-xtensa/gdbstub.c')
-rw-r--r--target-xtensa/gdbstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-xtensa/gdbstub.c b/target-xtensa/gdbstub.c
index dcf05ad..51d4db0 100644
--- a/target-xtensa/gdbstub.c
+++ b/target-xtensa/gdbstub.c
@@ -17,7 +17,7 @@
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
+#include "qemu/osdep.h"
#include "qemu-common.h"
#include "exec/gdbstub.h"
OpenPOWER on IntegriCloud