mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 16:39:17 +00:00
loplugin:includeform
Some files weren't rewritten from the last run. Change-Id: I8c5beadaf2cf9b367158abe6f0a5460fa3054521
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#if ENABLE_SUPPORT_KEY
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
* exotic or un-necessary system calls to be used to break containment.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
#include <dlfcn.h>
|
||||
#include <ftw.h>
|
||||
#include <linux/audit.h>
|
||||
@ -30,7 +30,7 @@
|
||||
|
||||
#include <common/Log.hpp>
|
||||
#include <common/SigUtil.hpp>
|
||||
#include <Seccomp.hpp>
|
||||
#include "Seccomp.hpp"
|
||||
|
||||
#ifndef SYS_SECCOMP
|
||||
# define SYS_SECCOMP 1
|
||||
|
@ -10,11 +10,11 @@
|
||||
* This is a very tiny helper to allow overlay mounting.
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <config.h>
|
||||
|
||||
#include <sys/mount.h>
|
||||
|
||||
#include "security.h"
|
||||
#include <security.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
|
Reference in New Issue
Block a user