blob: 18c5324f18ecb528fea945969990f3cf3b38ba1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
// -*- 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 {
}
|