fw4spl
Bundles/core/dataReg/include/dataReg/pch.hpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2017.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 
7 #ifndef __DATAREG_PCH_HPP__
8 #define __DATAREG_PCH_HPP__
9 
10 #include <fwRuntime/ConfigurationElement.hpp>
11 
12 #include <fwServices/IAppConfigManager.hpp>
13 #include <fwServices/IXMLParser.hpp>
14 #include <fwServices/macros.hpp>
15 
16 #endif // __DATAREG_PCH_HPP__