summaryrefslogtreecommitdiff
path: root/rtl/netbsd
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-01-02 13:26:09 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2014-01-02 13:26:09 +0000
commit8eb1c26650e6e8f617d9c90014263d4b5beb52c8 (patch)
tree95274013256c66d7c22523d1832390603a244e21 /rtl/netbsd
parent074b16f6e9667a69431d5fa6e5fe54d745b8843d (diff)
downloadfpc-8eb1c26650e6e8f617d9c90014263d4b5beb52c8.tar.gz
* Clean out of $i textrec and filerec includes that are redundant now that cpstrrtl exposes
those records via system. git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26356 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/netbsd')
-rw-r--r--rtl/netbsd/termio.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/rtl/netbsd/termio.pp b/rtl/netbsd/termio.pp
index f27a034d3c..f9265794d1 100644
--- a/rtl/netbsd/termio.pp
+++ b/rtl/netbsd/termio.pp
@@ -31,8 +31,6 @@ Uses BaseUnix; // load base unix typing
implementation
-{$i textrec.inc}
-
// load implementation for prototypes from current dir.
{$i termiosproc.inc}