Rename from "luci-rpcd" to "rpcd"
[project/rpcd.git] / main.c
diff --git a/main.c b/main.c
index e8d6805..efaa114 100644 (file)
--- a/main.c
+++ b/main.c
@@ -1,5 +1,5 @@
 /*
- * luci-rpcd - LuCI UBUS RPC server
+ * rpcd - UBUS RPC server
  *
  *   Copyright (C) 2013 Felix Fietkau <nbd@openwrt.org>
  *   Copyright (C) 2013 Jo-Philipp Wich <jow@openwrt.org>
@@ -25,7 +25,6 @@
 
 #include "session.h"
 #include "uci.h"
-#include "luci2.h"
 #include "plugin.h"
 
 static struct ubus_context *ctx;
@@ -62,7 +61,6 @@ int main(int argc, char **argv)
 
        rpc_session_api_init(ctx);
        rpc_uci_api_init(ctx);
-       rpc_luci2_api_init(ctx);
        rpc_plugin_api_init(ctx);
 
        uloop_run();