diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-27 20:34:39 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-28 11:08:49 +0200 |
commit | 0f11f30ea96fcec8d7c648089fc223a6fbed6aef (patch) | |
tree | 2e4d4023005b7c8ac5753bc5a4a35b37021c4a15 /solenv/inc | |
parent | 8122fdb0d391f07be4a35ca87ed641745a9e4dc9 (diff) |
Remove unused header files
Those are unused too.
Change-Id: I09c9dbcdbc68131c7c54bf0762a23f1280e6e22a
Diffstat (limited to 'solenv/inc')
-rw-r--r-- | solenv/inc/preinclude.h | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/solenv/inc/preinclude.h b/solenv/inc/preinclude.h deleted file mode 100644 index 6c9fb7ddce4b..000000000000 --- a/solenv/inc/preinclude.h +++ /dev/null @@ -1,32 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * This file is part of the LibreOffice project. - * - * This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This file incorporates work covered by the following license notice: - * - * Licensed to the Apache Software Foundation (ASF) under one or more - * contributor license agreements. See the NOTICE file distributed - * with this work for additional information regarding copyright - * ownership. The ASF licenses this file to you under the Apache - * License, Version 2.0 (the "License"); you may not use this file - * except in compliance with the License. You may obtain a copy of - * the License at http://www.apache.org/licenses/LICENSE-2.0 . - */ -/* HACK: include certain standard header to enable build on glibc-2.2 systems - * and compile vs. glibc-2.1 header - * - * please add more if necessary - */ -#include <stdlib.h> -#include <stddef.h> -#include <stdio.h> -#include <string.h> -#include <wchar.h> -#include <features.h> -#include <assert.h> - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |