diff options
| author | Emil Williams | 2026-02-18 00:56:45 +0000 |
|---|---|---|
| committer | Emil Williams | 2026-02-18 01:02:35 +0000 |
| commit | 2b39c39421648cdd65987934e5432d5a12d097b0 (patch) | |
| tree | 136c7415cfe1cc268ffbd36f0f6a5ea60bcdfd4f /chad.h | |
| parent | 42541df62871aaf403c0d62de1fdb44c862f2ea5 (diff) | |
| download | libchad-2b39c39421648cdd65987934e5432d5a12d097b0.tar.xz libchad-2b39c39421648cdd65987934e5432d5a12d097b0.tar.zst | |
should work without peru
Diffstat (limited to 'chad.h')
| -rw-r--r-- | chad.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,16 +1,16 @@ #ifndef CHAD_H #define CHAD_H // internal code -#include "chad/bits.h" -#include "chad/terminal.h" +#include "chad/experimental/bits.h" +#include "chad/experimental/terminal.h" #include "chad/dictate.h" #include "chad/qx.h" #include "chad/terry.h" // external code #include "chad/sds.h" -#include "chad/kvec.h" -#include "chad/klist.h" +//#include "chad/kvec.h" +//#include "chad/klist.h" #include "chad/remove_all.h" #endif |
