diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-06-28 18:09:41 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-06-28 18:10:16 +0200 |
commit | 4296394d5c54be51b36a0cddb2f8a8f62a226867 (patch) | |
tree | cc1598715f661888eb10a9c3625e88f822976278 /dbaccess | |
parent | c99b97d306211fe346a7d0a5208aa99118208fc5 (diff) |
remove pointless external guards for standard headers
Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/source/ui/querydesign/ConnectionLine.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/ConnectionLine.cxx b/dbaccess/source/ui/querydesign/ConnectionLine.cxx index 3319f637c6f9..05ca77a0b64d 100644 --- a/dbaccess/source/ui/querydesign/ConnectionLine.cxx +++ b/dbaccess/source/ui/querydesign/ConnectionLine.cxx @@ -23,9 +23,7 @@ #include "TableWindowListBox.hxx" #include "TableConnection.hxx" #include <vcl/svapp.hxx> -#ifndef _INC_MATH #include <math.h> -#endif #include <osl/diagnose.h> #include <vcl/lineinfo.hxx> |