mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 11:01:52 +01:00
Remove "#pragma once" it's already done by "#ifndef DBUTIL_HPP"
This commit is contained in:
parent
717f56e792
commit
b3fe06cded
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@
|
|||
#ifndef DBUTIL_HPP
|
||||
#define DBUTIL_HPP
|
||||
|
||||
#if _MSC_VER > 1000
|
||||
#pragma once
|
||||
#endif // _MSC_VER > 1000
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue