diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-18 17:35:00 +0000 |
|---|---|---|
| committer | Leon Alrae <leon.alrae@imgtec.com> | 2016-01-23 14:30:04 +0000 |
| commit | c684822ad29968af09735148f03a511bc514589d (patch) | |
| tree | 18098d760b4dc45db33e2bc29a191df5b68faea2 /target-mips/gdbstub.c | |
| parent | 51243852af322f0a1103a90c936c43db84def82f (diff) | |
| download | focaccia-qemu-c684822ad29968af09735148f03a511bc514589d.tar.gz focaccia-qemu-c684822ad29968af09735148f03a511bc514589d.zip | |
mips: 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> Reviewed-by: Leon Alrae <leon.alrae@imgtec.com> Signed-off-by: Leon Alrae <leon.alrae@imgtec.com>
Diffstat (limited to 'target-mips/gdbstub.c')
| -rw-r--r-- | target-mips/gdbstub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-mips/gdbstub.c b/target-mips/gdbstub.c index 9845d880ae..b0b4a32ec0 100644 --- a/target-mips/gdbstub.c +++ b/target-mips/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" |