more boilerplate and cleanup

This commit is contained in:
true
2025-04-04 03:05:42 -07:00
parent 010eeae72f
commit 1c34e1228f
4 changed files with 24 additions and 2 deletions

View File

@@ -21,8 +21,8 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
* IN THE SOFTWARE.
*/
#ifndef __INC_HSV2RGB_H__
#define __INC_HSV2RGB_H__
#ifndef __HSV2RGB_H__
#define __HSV2RGB_H__
#include <stdint.h>