Skip to content

Commit

Permalink
Clean up some includes in DataModelHandler (#32381)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
andy31415 authored and pull[bot] committed Mar 12, 2024
1 parent 0ff58bb commit 5432750
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions src/app/util/DataModelHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @file
* This file implements the handler for data model messages.
*/

#include <app/util/DataModelHandler.h>

#include <app/util/attribute-storage.h>
Expand Down
12 changes: 0 additions & 12 deletions src/app/util/DataModelHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,10 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/

/**
* @file
* This file defines the API for the handler for data model messages.
*/

#pragma once

#include <messaging/ExchangeContext.h>
#include <messaging/ExchangeMgr.h>
#include <system/SystemPacketBuffer.h>
#include <transport/raw/MessageHeader.h>

/**
* Initialize the data model internal code to be ready to send and receive
* data model messages.
*
*/
void InitDataModelHandler();

0 comments on commit 5432750

Please sign in to comment.