Move includes into subdirectory
[project/rpcd.git] / uci.c
diff --git a/uci.c b/uci.c
index 34c6830742dcdb52956d26a88a865e15162e7661..3fd187d65e8227f5debbe01436c68f302285dc40 100644 (file)
--- a/uci.c
+++ b/uci.c
@@ -16,8 +16,8 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include "uci.h"
-#include "session.h"
+#include <rpcd/uci.h>
+#include <rpcd/session.h>
 
 static struct blob_buf buf;
 static struct uci_context *cursor;