mirror of
https://github.com/MariaDB/server.git
synced 2025-04-21 20:06:07 +03:00
9 lines
155 B
C
9 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
|