Renaming src/StateAccess.{h,cc} to src/Notifier.{h,cc}.

The old names did not reflect the content of the files anymore.
This commit is contained in:
Robin Sommer 2019-06-08 00:27:23 +00:00
parent 6adab8d46a
commit 32f30b5c71
6 changed files with 7 additions and 7 deletions

View file

@ -18,7 +18,7 @@
#include "Timer.h"
#include "ID.h"
#include "Scope.h"
#include "StateAccess.h"
#include "Notifier.h"
#include "IPAddr.h"
#include "DebugLogger.h"