diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:21 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 15:07:24 +0000 |
commit | 09aae23d8ff68c206d74b48a53a398ca4db4b47b (patch) | |
tree | 51ee0edefc1a4307a43ff9d6e6f6c83e4a11ba6a /target-xtensa/gdbstub.c | |
parent | 9d4c9946ee1dd5887e6663e4ead1abce770b6ba6 (diff) |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target-xtensa/gdbstub.c b/target-xtensa/gdbstub.c index dcf05ad88c..51d4db0836 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" |