X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udevsend.c;h=0ba1b58a4ba380a49095d0fa4e7f1822c996b6ad;hp=bdc69d0508e4c3ce786e895a65a6d66dd5e5980e;hb=77914dfeda9caae155f7dcdbeb06dc8574a6f4ad;hpb=8ab44e3fd0b8fd4555db973d4c2c305ca09e787d diff --git a/udevsend.c b/udevsend.c index bdc69d050..0ba1b58a4 100644 --- a/udevsend.c +++ b/udevsend.c @@ -1,12 +1,9 @@ /* * udevsend.c * - * Userspace devfs - * * Copyright (C) 2004 Ling, Xiaofeng * Copyright (C) 2004 Kay Sievers * - * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the * Free Software Foundation version 2 of the License. @@ -22,17 +19,17 @@ * */ -#include -#include -#include -#include -#include -#include #include #include #include -#include #include +#include +#include +#include +#include +#include +#include +#include #include #include "udev.h"