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