]> git.tdb.fi Git - libs/net.git/commit
Include the matching header first in .cpp files
authorMikko Rasa <tdb@tdb.fi>
Sun, 11 Dec 2022 09:39:07 +0000 (11:39 +0200)
committerMikko Rasa <tdb@tdb.fi>
Sun, 11 Dec 2022 16:26:44 +0000 (18:26 +0200)
commitcc2e643d6ec3025db3fb6f0a4c1f77af05cf1026
tree0fd7795175afb816101d77b74346e1acebe5f0fc
parentede42d5bb352841e2e425972e12b8ef31ddf2123
Include the matching header first in .cpp files

This avoids accidentally using transitively included headers.
26 files changed:
source/http/client.cpp
source/http/formdata.cpp
source/http/header.cpp
source/http/message.cpp
source/http/request.cpp
source/http/response.cpp
source/http/server.cpp
source/http/utils.cpp
source/http/version.cpp
source/net/clientsocket.cpp
source/net/communicator.cpp
source/net/constants.cpp
source/net/datagramsocket.cpp
source/net/inet.cpp
source/net/inet6.cpp
source/net/protocol.cpp
source/net/resolve.cpp
source/net/serversocket.cpp
source/net/sockaddr.cpp
source/net/socket.cpp
source/net/streamserversocket.cpp
source/net/streamsocket.cpp
source/net/unix/socket.cpp
source/net/unix/unix.cpp
source/net/windows/socket.cpp
source/net/windows/unix.cpp