loader: Shift around vk_loader_platform headers
authorCharles Giessen <charles@lunarg.com>
Sun, 5 Sep 2021 04:10:59 +0000 (22:10 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 9 Sep 2021 17:28:56 +0000 (11:28 -0600)
commit439b453d10cd6c3b7bc7005eab3478150caf5b6a
tree50f82418c77d7037ea174e3613a20b8039cbbdd1
parent055d1dd45ede28564784f1018f388b84c5fab14e
loader: Shift around vk_loader_platform headers

Moved the includes into their own block, instead of living in the block for
each operating system. This way is easier to see what includes are in the file
in its entirety.

Also, _GNU_SOURCE was uncommented since it appears in each source file
individually and is needed for alloca and secure_getenv
loader/vk_loader_platform.h