2017-08-25 22:47:47 +02:00
|
|
|
#ifndef LIBC_H
|
|
|
|
#define LIBC_H
|
2016-12-13 01:54:07 +02:00
|
|
|
|
2017-08-25 22:47:47 +02:00
|
|
|
#include "common/type.h"
|
|
|
|
#include "config/config.h"
|
|
|
|
#include "config/configRule.h"
|
|
|
|
#include "postgres/pageChecksum.h"
|
2016-12-13 01:54:07 +02:00
|
|
|
|
|
|
|
#endif
|