1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-06-17 05:52:29 -04:00
Daniele Forsi fe84c20aff Make all include directives identical
Fixes the 5 includes that are different from the majority:
grep -Ehr "#include .+dsptypes" --include=*.h | sort | uniq -c
    110 #include "dsp/dsptypes.h"
      1 #include <dsp/dsptypes.h>
      4 #include "dsptypes.h"
2024-04-20 19:19:11 +02:00
..
2024-04-20 19:19:11 +02:00
2024-04-07 16:53:16 +01:00