blob: 5e592a46cce4bbe603218457399def5ce3cb2ea7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// file : common/include/objs1.hxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJS1_HXX
#define OBJS1_HXX
#ifdef ODB_COMPILER
# include <include/obj1.hxx>
# include <include/obj2.hxx>
# include <include/obj3.hxx>
#endif
#endif // OBJS1_HXX
|