Changeset 1605

Show
Ignore:
Timestamp:
08/22/08 11:00:42 (3 months ago)
Author:
phil.booth
Message:
Removed wxWidgets dependency from TestByteArray.cpp and added missing include directive for <new>.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LibXPort/test/CxxTest/TestByteArray.cpp

    r1559 r1605  
    1616// along with LibXPort. If not, see <http://www.gnu.org/licenses/>. 
    1717 
    18 #include <wx/wxprec.h> 
    19  
    20 #ifdef __BORLANDC__ 
    21 #pragma hdrstop 
    22 #endif 
    23  
    24 #ifndef WX_PRECOMP 
    25     #include <wx/wx.h> 
    26 #endif 
    27  
    2818#include "TestByteArray.h" 
    2919#include <LibXPort/ByteArray.h> 
     20#include <new> 
    3021 
    3122using namespace LibXPort;