aboutsummaryrefslogtreecommitdiff
path: root/target-microblaze/gdbstub.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2016-01-26 18:05:31 +0000
committerPeter Maydell <peter.maydell@linaro.org>2016-01-28 11:13:13 +0000
commit8fd9dece6599eb3fbd2cdd3e7fbdd4e575e33911 (patch)
tree04b2f4a4c69d41852d4e35d3b001efa3255f0119 /target-microblaze/gdbstub.c
parent94616c2a32c47e92a65e7f430b8dd643943deb28 (diff)
microblaze: 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> Acked-by: Edgar E. Iglesias <edgar.iglesias@xilinx.com> Message-id: 1453831531-667-3-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-microblaze/gdbstub.c')
-rw-r--r--target-microblaze/gdbstub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target-microblaze/gdbstub.c b/target-microblaze/gdbstub.c
index a70e2ee3cb..89d38980bf 100644
--- a/target-microblaze/gdbstub.c
+++ b/target-microblaze/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"