switch back to #include "precomp.h" for precomp.cpp because it's needed for VC++ and doesn't irritate GCC since it's not compiled with GCC anyways.

svn path=/trunk/; revision=17026
This commit is contained in:
Martin Fuchs 2005-08-03 17:46:56 +00:00
parent ee4b8ce5d4
commit 8f8a4dbabd
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@
//
#include <precomp.h>
#include <precomp.h> // <precomp.h> instead of "precomp.h" because the ROS build system needs this to find the precompiled header file (*.gch) in the output directory tree
#include "resource.h"

View file

@ -25,4 +25,4 @@
// Martin Fuchs, 17.05.2004
//
#include <precomp.h>
#include "precomp.h"