Move #includes of system headers to top of file
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 11 Apr 2018 07:41:22 +0000 (09:41 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 12 Apr 2018 07:14:22 +0000 (09:14 +0200)
commit15eea33f6b0d88386c6ea69d1d560483155ec2fc
tree9c4d45f7264daabbd099feb506c0119eb3e9e4bd
parent23dfcc298723ece346d8de3614a5f040baddb8f7
Move #includes of system headers to top of file

Including system headers after having #defined other stuff sometimes gives
problems, if the header uses variables with names equal to a macro. Use of
names not starting with '_' should be consiered a bug in the header, but
it happens. To guard against this the platform-dependent time reading
was moved to the beginning of the file.
dropper.c