From: Uwe Hermann Date: Sun, 21 Oct 2012 14:03:08 +0000 (+0200) Subject: Fix #include guards. X-Git-Tag: pulseview-0.1.0~239 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=640d091b45b196cc586fbc6a7bec71c5c7d75544;hp=640d091b45b196cc586fbc6a7bec71c5c7d75544 Fix #include guards. - Add missing #include guards. - Fix incorrect #endif comments for some #include guards. - Use consistent naming for them, as per HACKING. ---