Don't include internal headers in external library headers

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2021-09-15 23:05:47 -04:00
parent 4eff7bcdeb
commit 38386b4794
No known key found for this signature in database
GPG Key ID: C638974D64792D67

View File

@ -3,8 +3,6 @@
#ifndef __LXC_CONTAINER_H
#define __LXC_CONTAINER_H
#include "config.h"
#include <malloc.h>
#include <semaphore.h>
#include <stdbool.h>