swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Raw File
Tip revision: b021ae86a45df12d6cad5f1793090c8c98ac49fd authored by Rene Brun on 30 June 2009, 07:26:56 UTC
Tagging production version v5-24-00
Tip revision: b021ae8
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