15 lines
279 B
C++
15 lines
279 B
C++
|
/*
|
||
|
* 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
|