Skip to content
  • Uwe Hermann's avatar
    libsigrok: Fix #includes. · b7f09cf8
    Uwe Hermann authored
    In the lib, we should only #include "sigrok.h" or "sigrok-internal.h",
    but not the (possibly installed and thus different/older versions) via
    <sigrok.h> or <sigrok-internal.h>.
    
    Frontends should of course use <sigrok.h> and <sigrok-internal.h>.
    b7f09cf8