• Gavin Andresen's avatar
    Remove include of windows.h from allocators.h · d8315d16
    Gavin Andresen authored
    Create an allocators.cpp, and move all of the #ifdef WIN32
    code and the #include of windows.h into it.
    
    Two motives for this cleanup:
    1. I'm getting a weird error in windows.h in my smartfee branch.
    2. allocators.h is included (indirectly) just about everywhere, so
    this should speed up Windows compiles quite a lot.
    d8315d16
allocators.cpp 1.63 KB