Skip to content
Snippets Groups Projects
iwyu-mappings.imp 766 B
Newer Older
  • Learn to ignore specific revisions
  • [
    	{ include: ["<bits/getopt_core.h>", "private", "<unistd.h>", "public"] },
    	{ include: ["@<gtest/.*>", "private", "<gtest/gtest.h>", "public"] },
    
    	{ include: ["<urcu/map/urcu-memb.h>", "private", "<urcu.h>", "public"] },
    
    	{ include: ["<bits/cxxabi_forced.h>", "private", "<ctime>", "public" ] },
    
    	{ include: ["<bits/this_thread_sleep.h>", "private", "<thread>", "public" ] },
    	{ include: ["<ext/alloc_traits.h>", "private", "<memory>", "public" ] },
    
    	{ include: ["<bits/types/struct_sched_param.h>", "private", "<sched.h>", "public" ] },
    
    	{ include: ["<bits/types/struct_tm.h>", "private", "<ctime>", "public" ] },
    
    	{ symbol: ["__kernel_timespec", "private", "<liburing.h>", "public" ] },
    
    	{ symbol: ["std::filesystem", "private", "<filesystem>", "public" ] },