chiark / gitweb /
Fix typo on logind-dbus.c
[elogind.git] / src / login / logind-device.c
index 76c5a5c88f0a630fda94658f5c09a209a333f836..ffb9162e56c435f7a7add489d410b9e96c94a555 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <assert.h>
 #include <string.h>
 
-#include "util.h"
+#include "alloc-util.h"
 #include "logind-device.h"
+#include "util.h"
 
 Device* device_new(Manager *m, const char *sysfs, bool master) {
         Device *d;