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