blob: f7d5182b7b0f1e05229f3bf836c13beb4b05f891 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* This file is part of the LibreOffice project.
*
* Based on LLVM/Clang.
*
* This file is distributed under the University of Illinois Open Source
* License. See LICENSE.TXT for details.
*
*/
#ifndef COMPILEPLUGIN_H
#define COMPILEPLUGIN_H
#endif // COMPILEPLUGIN_H
|