File: osmium.imp

package info (click to toggle)
libosmium 2.22.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,544 kB
  • sloc: cpp: 52,804; sh: 148; makefile: 19
file content (16 lines) | stat: -rw-r--r-- 770 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#-----------------------------------------------------------------------------
#
#  Configuration for Include-What-You-Use tool
#
#  https://include-what-you-use.org/
#
#-----------------------------------------------------------------------------
[
    { "include": ["<bits/fcntl-linux.h>", "private", "<fcntl.h>", "public"] },
    { "include": ["<bits/shared_ptr.h>", "private", "<memory>", "public"] },
    { "include": ["<sys/types.h>", "public", "<cstdint>", "public"] },
    { "include": ['"utf8/checked.h"', "private", "<utf8.h>", "public"] },
    { "include": ['"utf8/unchecked.h"', "private", "<utf8.h>", "public"] },
    { "include": ["<expat_external.h>", "public", "<expat.h>", "public"] },
    { "include": ["<zconf.h>", "public", "<zlib.h>", "public"] }
]