From f32ff2ac4e01f5d2ea562ebb7678c970fa7b325b Mon Sep 17 00:00:00 2001 From: Basile Burg Date: Thu, 27 Nov 2014 21:41:56 +0100 Subject: [PATCH] fix, switches from inc file --- src/ce_cdbcmd.pas | 2 +- src/ce_procinput.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ce_cdbcmd.pas b/src/ce_cdbcmd.pas index 0c6c056f..6f1a80a4 100644 --- a/src/ce_cdbcmd.pas +++ b/src/ce_cdbcmd.pas @@ -1,6 +1,6 @@ unit ce_cdbcmd; -{$mode objfpc}{$H+} +{$I ce_defines.inc} interface diff --git a/src/ce_procinput.pas b/src/ce_procinput.pas index bd7392c2..33880141 100644 --- a/src/ce_procinput.pas +++ b/src/ce_procinput.pas @@ -1,6 +1,6 @@ unit ce_procinput; -{$mode objfpc}{$H+} +{$I ce_defines.inc} interface