]> sigrok.org Git - libsigrok.git/blobdiff - src/device.c
Build: Include <config.h> first in all source files
[libsigrok.git] / src / device.c
index dd34f79600dd4fe81797fad4b4b9a8cc3db46196..db86c61bc0d3b8cc86cdfc49904c539c5dfa9242 100644 (file)
@@ -17,9 +17,9 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include <config.h>
 #include <stdio.h>
 #include <glib.h>
-#include "config.h" /* Needed for HAVE_LIBUSB_1_0 and others. */
 #include <libsigrok/libsigrok.h>
 #include "libsigrok-internal.h"