Rename control to controller
The struct decoder is defined in decoder.h. For naming consistency, define the struct controller in controller.h.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "control.h"
|
||||
#include "controller.h"
|
||||
|
||||
#include "lockutil.h"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
|
||||
#include "command.h"
|
||||
#include "common.h"
|
||||
#include "control.h"
|
||||
#include "controller.h"
|
||||
#include "convert.h"
|
||||
#include "decoder.h"
|
||||
#include "events.h"
|
||||
|
||||
Reference in New Issue
Block a user