Revision dc2d2f297d38600d48b4f9dc41facfd7f4f7d5e1 authored by Fons Rademakers on 13 October 2010, 10:39:18 UTC, committed by Fons Rademakers on 13 October 2010, 10:39:18 UTC

git-svn-id: http://root.cern.ch/svn/root/tags/v5-26-00e@36332 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent cdc6862
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