loplugin:includeform

Some files weren't rewritten from the last run.

Change-Id: I8c5beadaf2cf9b367158abe6f0a5460fa3054521
This commit is contained in:
Pranav Kant
2017-12-21 16:14:49 +05:30
parent 000e8a352c
commit 1353408999
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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)
{