diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-26 18:17:18 +0000 |
---|---|---|
committer | Timothy Pearson <tpearson@raptorengineering.com> | 2019-11-29 19:30:21 -0600 |
commit | 2216c8500032572d382ef4891245c752f7f4f105 (patch) | |
tree | a0d8458b137313d2c6e2e1521e6b2857f8ef70ee /hw/timer/omap_synctimer.c | |
parent | ae1a4b3d92bf3d958dc19cf6c86a6950dbdd5bea (diff) | |
download | hqemu-2216c8500032572d382ef4891245c752f7f4f105.zip hqemu-2216c8500032572d382ef4891245c752f7f4f105.tar.gz |
hw/timer: 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-26-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'hw/timer/omap_synctimer.c')
-rw-r--r-- | hw/timer/omap_synctimer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/timer/omap_synctimer.c b/hw/timer/omap_synctimer.c index 8e50488..edd8d98 100644 --- a/hw/timer/omap_synctimer.c +++ b/hw/timer/omap_synctimer.c @@ -17,6 +17,7 @@ * 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 "qemu/osdep.h" #include "hw/hw.h" #include "qemu/timer.h" #include "hw/arm/omap.h" |