Jelajahi Sumber

Use <> with includes.

Bart Hertog 6 tahun lalu
induk
melakukan
5e356b13c7
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 1 1
      src/Fields.cpp
  2. 3 3
      src/Fields.h

+ 1 - 1
src/Fields.cpp

@@ -1,5 +1,5 @@
 
-#include "Fields.h"
+#include <Fields.h>
 
 
 namespace EmbeddedProto 

+ 3 - 3
src/Fields.h

@@ -1,9 +1,9 @@
 #ifndef _FIELDS_H_
 #define _FIELDS_H_
 
-#include "WireFormatter.h"
-#include "WriteBufferInterface.h"
-#include "ReadBufferInterface.h"
+#include <WireFormatter.h>
+#include <WriteBufferInterface.h>
+#include <ReadBufferInterface.h>
 
 namespace EmbeddedProto 
 {