]> sigrok.org Git - libsigrokdecode.git/blobdiff - type_decoder.c
rfm12: Avoid using the Python 'range' keyword as variable.
[libsigrokdecode.git] / type_decoder.c
index 11c8ec0640e1996b16f352e30743f8214426947f..a7b23de996a19eb0fbe8bd92caa489a4c958e608 100644 (file)
@@ -17,8 +17,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include "libsigrokdecode.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
-#include "libsigrokdecode-internal.h"
+#include "libsigrokdecode-internal.h" /* First, so we avoid a _POSIX_C_SOURCE warning. */
+#include "libsigrokdecode.h"
 #include "config.h"
 #include <inttypes.h>