Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7943283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T00:13:36+00:00 2026-06-04T00:13:36+00:00

I was wondering if I could import a header file, but not include any

  • 0

I was wondering if I could import a header file, but not include any of that header file’s included headers.

Suppose I have Class A that imports Class B. In Class B, I import Class C. Is there any way I can hide Class C from Class A?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T00:13:38+00:00Added an answer on June 4, 2026 at 12:13 am

    No, you cannot do that: once you import a file, all its imports come in as well.

    However, if you want to use only ClassA, you can forward-declare it in your own header, instead of importing ClassA‘s header:

    @class ClassA;
    

    Now you can make variables of type ClassA*, use ClassA* as return type or a parameter type, etc. At the same time, dependencies of ClassA‘s header will not be loaded.

    In general, it is a good idea to reduce the number of headers that you import inside your header, for example by moving imports related to implementation (rather than the interface) into the .m file, and using class extensions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I was wondering how could I reload any website using javascript and set it
Hi I am trying to run a bcp import of a file that is
I was wondering if someone could help I've successfully been able to import an
I have a time series(a csv file) data that looks like below. Each observation
I have seen a couple of questions that have been resolved but none are
I am wondering if I could have some fresh eyes on this python script.
I was wondering how to implement a global logger that could be used everywhere
i am wondering could i access my app internal storage using emulator. I mean
I was wondering what could be the point in trying to delete committed changelists,
I was wondering how could I remove one (wrongly inserted) entry/word from the ispell

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.