diff options
| author | Peter Maydell <peter.maydell@linaro.org> | 2016-01-29 17:50:00 +0000 |
|---|---|---|
| committer | Peter Maydell <peter.maydell@linaro.org> | 2016-02-04 17:41:30 +0000 |
| commit | 2744d9207f397a3cb8d31654cac63e0ca0299d68 (patch) | |
| tree | 3002e9ddd16572dcd6d22e78914805ef352a93e4 /net/slirp.c | |
| parent | 7df7482bf6a6c2c69013cdbde58b57ca8716db17 (diff) | |
| download | focaccia-qemu-2744d9207f397a3cb8d31654cac63e0ca0299d68.tar.gz focaccia-qemu-2744d9207f397a3cb8d31654cac63e0ca0299d68.zip | |
net: 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: 1454089805-5470-11-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'net/slirp.c')
| -rw-r--r-- | net/slirp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/slirp.c b/net/slirp.c index eac4fc2506..6b51fbc306 100644 --- a/net/slirp.c +++ b/net/slirp.c @@ -21,9 +21,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include "net/slirp.h" -#include "config-host.h" #ifndef _WIN32 #include <pwd.h> |