summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libril/RilSapSocket.h2
-rw-r--r--libril/rilSocketQueue.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libril/RilSapSocket.h b/libril/RilSapSocket.h
index 2eaeec1..4261f93 100644
--- a/libril/RilSapSocket.h
+++ b/libril/RilSapSocket.h
@@ -19,7 +19,7 @@
#define RIL_SHLIB
#include "telephony/ril.h"
#include "RilSocket.h"
-#include <hardware/ril-caf/librilutils/proto/sap-api.pb.h>
+#include <hardware/ril/librilutils/proto/sap-api.pb.h>
/**
* RilSapSocket is a derived class, derived from the RilSocket abstract
diff --git a/libril/rilSocketQueue.h b/libril/rilSocketQueue.h
index 90aac39..eaa5155 100644
--- a/libril/rilSocketQueue.h
+++ b/libril/rilSocketQueue.h
@@ -16,7 +16,7 @@
#include "pb_decode.h"
#include <pthread.h>
-#include <hardware/ril-caf/librilutils/proto/sap-api.pb.h>
+#include <hardware/ril/librilutils/proto/sap-api.pb.h>
#include <utils/Log.h>
using namespace std;