Revision 1bb435ef147f40e8c477119d7791acca99f1819e authored by Philippe Canal on 12 June 2009, 18:47:18 UTC, committed by Philippe Canal on 12 June 2009, 18:47:18 UTC
1 parent 0f0c027
Raw File
precompile.h.in
/* @(#)root/base:$Id$ */

/*************************************************************************
 * Copyright (C) 1995-2006, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifndef ROOT_precompile
#define ROOT_precompile

/*
//////////////////////////////////////////////////////////////////////////
//                                                                      //
// Header including headers to be precompiled.                          //
//                                                                      //
// THIS FILE IS AUTOMATICALLY GENERATED BY THE BUILD SYSTEM!            //
// Changes might be lost sooner than you expect.                        //
//                                                                      //
//////////////////////////////////////////////////////////////////////////
*/

#if defined(__cplusplus) && defined(USEPCH)
#  include @PRECOMPILE@
#endif

#endif
back to top