]> git.ipfire.org Git - thirdparty/curl.git/commit
memdebug.h: remove inclusion of other headers
authorDaniel Stenberg <daniel@haxx.se>
Fri, 29 Apr 2016 13:33:46 +0000 (15:33 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 29 Apr 2016 13:33:46 +0000 (15:33 +0200)
commit63b5378a617437859da1e7ab5553d36eb83bdd44
treef131363df0d8977dce6c62507aad4f654ae3c9a6
parent0dc4d8e42e44224b00a028b467749eede8f08a6e
memdebug.h: remove inclusion of other headers

Mostly because they're not needed, because memdebug.h is always included
last of all headers so the others already included the correct ones.

But also, starting now we don't want this to accidentally include any
system headers, as the header included _before_ this header may add
defines and other fun stuff that we won't want used in system includes.
lib/memdebug.h