Skip to content

Commit 652e389

Browse files
committed
Fix up includes
1 parent 7d4475b commit 652e389

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/ReadHandler.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
* See the License for the specific language governing permissions and
1616
* limitations under the License.
1717
*/
18-
#include "app/AttributePathExpandIterator.h"
19-
#include "lib/support/CodeUtils.h"
2018
#include <app/AppConfig.h>
19+
#include <app/AttributePathExpandIterator.h>
2120
#include <app/InteractionModelEngine.h>
2221
#include <app/MessageDef/EventPathIB.h>
2322
#include <app/MessageDef/StatusResponseMessage.h>
@@ -26,6 +25,7 @@
2625
#include <app/data-model-provider/Provider.h>
2726
#include <app/icd/server/ICDServerConfig.h>
2827
#include <lib/core/TLVUtilities.h>
28+
#include <lib/support/CodeUtils.h>
2929
#include <messaging/ExchangeContext.h>
3030

3131
#include <app/ReadHandler.h>

0 commit comments

Comments
 (0)