]> sigrok.org Git - libsigrok.git/commitdiff
rdtech-dps: adjust header includes (config.h is not a system header)
authorGerhard Sittig <redacted>
Thu, 28 Sep 2023 10:28:50 +0000 (12:28 +0200)
committerGerhard Sittig <redacted>
Thu, 28 Sep 2023 11:43:50 +0000 (13:43 +0200)
src/hardware/rdtech-dps/api.c
src/hardware/rdtech-dps/protocol.c
src/hardware/rdtech-dps/protocol.h

index 603fec9e68883b9c5080edbba947b8c23633a25f..79dac48b2b4a3e28f904a606c86b336145a0ad66 100644 (file)
@@ -19,7 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <string.h>
 
index 08623325b90c19786cbf673baad7973c26286dd0..236cc90a4e5e281e8242ae9fa78962c0ab60be43 100644 (file)
@@ -19,7 +19,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <math.h>
 #include <string.h>
index 72b7be7c72130a4746ac693d2b828b1dec157d0f..990addb2af707c3c289556f3f81d49eb30e5dd8c 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef LIBSIGROK_HARDWARE_RDTECH_DPS_PROTOCOL_H
 #define LIBSIGROK_HARDWARE_RDTECH_DPS_PROTOCOL_H
 
-#include <config.h>
+#include "config.h"
 
 #include <glib.h>
 #include <libsigrok/libsigrok.h>