Commit 9c552188 authored by Vitaly Lipatov's avatar Vitaly Lipatov

TestGen.cc: fix include dir

parent 25257cf1
// $Id$ // $Id$
#include <uniset/Exceptions.h> #include "Exceptions.h"
#include "TestGen.h" #include "TestGen.h"
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
using namespace std; using namespace std;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#ifndef TestGen_H_ #ifndef TestGen_H_
#define TestGen_H_ #define TestGen_H_
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
#include "TestGen_SK.h" #include "TestGen_SK.h"
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
class TestGen: class TestGen:
public TestGen_SK public TestGen_SK
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment