]> sigrok.org Git - libsigrok.git/blobdiff - src/hardware/sysclk-lwla/protocol.c
Various #include file cosmetic fixes.
[libsigrok.git] / src / hardware / sysclk-lwla / protocol.c
index 7b8c4885e5608dfd6e7c311953d018229a0b210e..a8659a6b04082d98ba0801f72eff555c2fed3947 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "protocol.h"
 #include <string.h>
+#include "protocol.h"
 
 /* Bit mask for the RLE repeat-count-follows flag. */
 #define RLE_FLAG_LEN_FOLLOWS ((uint64_t)1 << 35)