Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O openocd
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • External wiki
    • External wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • card10card10
  • openocd
  • Repository
  • openocd
  • src
  • target
  • target.c
Find file BlameHistoryPermalink
  • David Brownell's avatar
    target: don't implicitly include "breakpoint.h" · aa7c4496
    David Brownell authored Nov 16, 2009
    
    
    Most files in the tree seem to have ended up including this,
    and *quite* needlessly ... only code implementing or using
    breakpoints actually needs these declarations.
    
    So take it out of the header files which included it, and put
    it in files which use it ... reduce needless interdependencies.
    
    Signed-off-by: default avatarDavid Brownell <dbrownell@users.sourceforge.net>
    aa7c4496