Skip to content

Commit 2b1d7e1

Browse files
authored
Clean up some includes in DataModelHandler (project-chip#32381)
* Clean up some includes in DataModelHandler Clean up includes and useless file comment. Overall the naming of this file is somewhat questionable as it contains a single init call. Still looking to determine if we should rename (we probably should). * Add back a missing header
1 parent dbf587f commit 2b1d7e1

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/app/util/DataModelHandler.cpp

-6
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
18-
/**
19-
* @file
20-
* This file implements the handler for data model messages.
21-
*/
22-
2317
#include <app/util/DataModelHandler.h>
2418

2519
#include <app/util/attribute-storage.h>

src/app/util/DataModelHandler.h

-12
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,10 @@
1414
* See the License for the specific language governing permissions and
1515
* limitations under the License.
1616
*/
17-
18-
/**
19-
* @file
20-
* This file defines the API for the handler for data model messages.
21-
*/
22-
2317
#pragma once
2418

25-
#include <messaging/ExchangeContext.h>
26-
#include <messaging/ExchangeMgr.h>
27-
#include <system/SystemPacketBuffer.h>
28-
#include <transport/raw/MessageHeader.h>
29-
3019
/**
3120
* Initialize the data model internal code to be ready to send and receive
3221
* data model messages.
33-
*
3422
*/
3523
void InitDataModelHandler();

0 commit comments

Comments
 (0)