blob: 7dbeaf1716b60de6032fb3aa9990dfe7e731c6c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/* -------------------------------------------
Copyright SoftwareLabs
------------------------------------------- */
#ifndef _INC_CL_HPP
#define _INC_CL_HPP
#include <CompilerKit/Detail.hxx>
#include <CompilerKit/Version.hxx>
#endif /* ifndef _INC_CL_HPP */
|