mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
8 lines
155 B
C
8 lines
155 B
C
#ifndef VERS_UTILS_INCLUDED
|
|
#define VERS_UTILS_INCLUDED
|
|
|
|
#include "table.h"
|
|
#include "sql_class.h"
|
|
#include "vers_string.h"
|
|
|
|
#endif // VERS_UTILS_INCLUDED
|