12 lines
185 B
C++
12 lines
185 B
C++
|
// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
|
||
|
|
||
|
#ifdef HAVE_CONFIG_H
|
||
|
# include "../config.h"
|
||
|
#endif // HAVE_CONFIG_H
|
||
|
|
||
|
#include "renderstyle.hh"
|
||
|
|
||
|
namespace otk {
|
||
|
|
||
|
}
|