1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-30 23:21:08 +03:00

remove no longer needed includes

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-09-27 15:05:34 +02:00
parent 6e01a73fc3
commit 2d8af104e0
5 changed files with 1 additions and 5 deletions

View File

@ -32,7 +32,6 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <asm/types.h>
#include "volume_id.h"
#include "logging.h"

View File

@ -32,7 +32,6 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <asm/types.h>
#include "volume_id.h"
#include "logging.h"

View File

@ -33,7 +33,6 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <asm/types.h>
#include "volume_id.h"
#include "logging.h"

View File

@ -32,7 +32,6 @@
#include <string.h>
#include <errno.h>
#include <ctype.h>
#include <asm/types.h>
#include "volume_id.h"
#include "logging.h"

View File

@ -23,7 +23,7 @@
#include <stdint.h>
#define VOLUME_ID_VERSION 49
#define VOLUME_ID_VERSION 50
#define VOLUME_ID_LABEL_SIZE 64
#define VOLUME_ID_UUID_SIZE 36