blob: f9a18c21032825c8aa224ea6cd24cf5500759afe (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// file : common/include/objs1.hxx
// copyright : Copyright (c) 2009-2012 Code Synthesis Tools CC
// license : GNU GPL v2; see accompanying LICENSE file
#ifndef OBJS4_HXX
#define OBJS4_HXX
#include <common/include/obj1.hxx>
#include <common/include/obj2.hxx>
#include <common/include/obj3.hxx>
#endif // OBJS4_HXX
|