HepMC event record
include/HepMC/HepMCDefs.h
1 // -*- C++ -*-
2 //
3 // This file is part of HepMC
4 // Copyright (C) 2014-2015 The HepMC collaboration (see AUTHORS for details)
5 //
6 #ifndef HEPMC_DEFS_H
7 #define HEPMC_DEFS_H
8 
9 #include "HepMC/Version.h"
10 #include "HepMC/Config.h"
11 #warning "HepMC/HepMCDefs.h is deprecated: please #include HepMC/Config.h instead (or not at all)"
12 
13 #endif