Skip to content

Add missing include for dcm.h - #89

Open
Abhinavpv28 wants to merge 2 commits into
developfrom
feature/check_L2
Open

Add missing include for dcm.h#89
Abhinavpv28 wants to merge 2 commits into
developfrom
feature/check_L2

Conversation

@Abhinavpv28

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 2, 2026 14:19
@Abhinavpv28
Abhinavpv28 requested a review from a team as a code owner March 2, 2026 14:19

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR appears intended to address a build/include issue around dcm.h, but the current diff only introduces an extra blank line in dcm.c and does not change includes.

Changes:

  • Adds an additional blank line between system includes and project includes in dcm.c.
Comments suppressed due to low confidence (2)

dcm.c:33

  • This change introduces a second consecutive blank line between the system includes and project includes. Other files in this repo separate include groups with a single blank line (e.g., dcm_utils.c:35-39), so this looks like an accidental whitespace-only change that will likely be reverted by formatting tools.
    dcm.c:37
  • PR title indicates adding a missing include for dcm.h, but this diff only adds whitespace. dcm.h is already included below, so either the PR description/title needs updating or the intended include change is missing from the commit.

#include "dcm_types.h"
#include "dcm_utils.h"
#include "dcm_parseconf.h"
#include "dcm.h"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants