8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Avoid not needed dependency.

This commit is contained in:
Vlad Khorsun 2021-09-21 02:34:24 +03:00
parent bec335d97f
commit 47e4edeae7

View File

@ -30,9 +30,9 @@
#include "firebird.h"
#include <stdio.h>
#include <errno.h>
#include "../common/classes/alloc.h"
#include "../common/ThreadStart.h"
#include "../yvalve/gds_proto.h"
#include "../common/isc_s_proto.h"
#include "../common/gdsassert.h"
#ifdef WIN_NT