]> sigrok.org Git - sigrok-cli.git/blobdiff - show.c
nsis: Install zadig (used for driver switching).
[sigrok-cli.git] / show.c
diff --git a/show.c b/show.c
index 07341c9c6c6adc753abae27e1341d24bd2226210..db643d13304a88ed0e61f5eae21610b6b7e6bc27 100644 (file)
--- a/show.c
+++ b/show.c
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "sigrok-cli.h"
 #include "config.h"
 #include <glib.h>
-#include <libsigrok/libsigrok.h>
-#ifdef HAVE_SRD
-#include <libsigrokdecode/libsigrokdecode.h>
-#endif
-#include "sigrok-cli.h"
 
 extern gint opt_loglevel;
 extern gchar *opt_pds;