Use include.h after all

This commit is contained in:
Jaakko Haakana 2025-05-01 18:27:29 +03:00
parent d6903c166f
commit f3e65acbdb

View file

@ -1,4 +1,4 @@
#include "BATTERIES.h" #include "../include.h"
// These functions adapt the old C-style global functions battery-API to the // These functions adapt the old C-style global functions battery-API to the
// object-oriented battery API. // object-oriented battery API.