edisionnano / QDiskInfo

QDiskInfo is a frontend for smartctl (part of the smartmontools package). It provides a user experience similar to CrystalDiskInfo. It shows the SMART (Self-Monitoring, Analysis, and Reporting Technology) data of modern hard disk drives.
GNU General Public License v3.0
102 stars 9 forks source link

Reorganize includes #12

Closed riiga closed 2 months ago

riiga commented 2 months ago

This reorganizes the includes so that only what is used is included in each file. It also uses #pragma once instead of include guards.