Remove "#pragma once" it's already done by "#ifndef DBUTIL_HPP"

This commit is contained in:
msvensson@shellback.(none) 2008-01-17 15:42:50 +01:00
parent 717f56e792
commit b3fe06cded

View file

@ -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>